[Zlib-devel] [RFC][PATCH] fix parallel make issue

Enrico Weigelt weigelt at metux.de
Sat Feb 5 23:54:41 EST 2011


* Daniel Mierswa <impulze at impulze.org> schrieb:

> Will you take care of it, or shall I create a new patch? Not sure if
> I'll get everything right though. :)

based on 1.2.5:


diff --git a/configure b/configure
index bd9edd2..e6c2ead 100755
--- a/configure
+++ b/configure
@@ -19,7 +19,6 @@ if [ -n "${CHOST}" ]; then
 fi
  
 STATICLIB=libz.a
-LDFLAGS="${LDFLAGS} -L. ${STATICLIB}"
 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h`
 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h`
     


cu
-- 
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weigelt at metux.de
 mobile: +49 151 27565287  icq:   210169427         skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------




More information about the Zlib-devel mailing list