You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
911 B
24 lines
911 B
Index: 3rdParty/Makefile.zlib |
|
--- 3rdParty/Makefile.zlib.orig 2013-04-05 22:14:51.021731000 +0200 |
|
+++ 3rdParty/Makefile.zlib 2013-04-23 18:23:54.223583874 +0200 |
|
@@ -20,7 +20,7 @@ |
|
@echo |
|
|
|
mkdir @top_srcdir@/3rdParty/zlib-1.2.7 || true |
|
- cd @top_srcdir@/3rdParty/zlib-1.2.7 && ./configure |
|
+ cd @top_srcdir@/3rdParty/zlib-1.2.7 && ./configure --disable-shared |
|
cd @top_srcdir@/3rdParty/zlib-1.2.7 && $(MAKE) |
|
|
|
@touch @srcdir@/.zlib-build-@TRI_BITS@ |
|
Index: Makefile.in |
|
--- Makefile.in.orig 2013-04-12 17:40:48.990381000 +0200 |
|
+++ Makefile.in 2013-04-23 18:27:24.343591493 +0200 |
|
@@ -944,7 +944,7 @@ |
|
### @brief libraries |
|
################################################################################ |
|
LIBS = @LIBEV_LIBS@ @MATH_LIBS@ @OPENSSL_LIBS@ @ICU_LIBS@ @ZLIB_LIBS@ \ |
|
- @READLINE_LIBS@ $(am__append_4) |
|
+ @READLINE_LIBS@ $(am__append_4) @LIBS@ |
|
LN_S = @LN_S@ |
|
LTLIBOBJS = @LTLIBOBJS@ |
|
MAINT = @MAINT@
|
|
|