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
1da85084
Commit
1da85084
authored
Apr 07, 2005
by
hartman
Browse files
* More dylib issues (gcrypt and libcdio)
parent
d201d7cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
1da85084
...
...
@@ -966,8 +966,7 @@ libcdio: libcdio-$(CDIO_VERSION).tar.gz
$(EXTRACT_GZ)
.cdio
:
libcdio
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
&&
make
&&
make
install
)
$(INSTALL_NAME)
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
--disable-shared
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.cdio
...
...
@@ -1078,6 +1077,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz
.gcrypt
:
libgcrypt
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.gcrypt
...
...
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