Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
acda4ecb
Commit
acda4ecb
authored
Apr 06, 2005
by
hartman
Browse files
* Fixed gnutls and cdio dylib installation
parent
fadec1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
acda4ecb
...
...
@@ -967,6 +967,7 @@ libcdio: libcdio-$(CDIO_VERSION).tar.gz
.cdio
:
libcdio
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.cdio
...
...
@@ -1094,7 +1095,8 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnutls
:
gnutls
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
install
)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.gnutls
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment