SOURCES: libstrfunc-am_no_all_static.patch (NEW) - remove `-all-st...

twittner twittner at pld-linux.org
Fri Sep 23 20:30:28 CEST 2005


Author: twittner                     Date: Fri Sep 23 18:30:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove `-all-static' from AM_LDFLAGS to avoid linking error during
  building shared library: attempted static link of dynamic object

---- Files affected:
SOURCES:
   libstrfunc-am_no_all_static.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libstrfunc-am_no_all_static.patch
diff -u /dev/null SOURCES/libstrfunc-am_no_all_static.patch:1.1
--- /dev/null	Fri Sep 23 20:30:28 2005
+++ SOURCES/libstrfunc-am_no_all_static.patch	Fri Sep 23 20:30:23 2005
@@ -0,0 +1,8 @@
+--- libstrfunc-8.2/bin/Makefile.am~	2005-09-23 02:22:05.850312464 +0200
++++ libstrfunc-8.2/bin/Makefile.am	2005-09-23 02:22:25.137380384 +0200
+@@ -6,5 +6,4 @@
+ strtotime_SOURCES = timetostr.c
+ 
+ LDADD = ${top_builddir}/libstrfunc.la
+-AM_LDFLAGS = -all-static
+ 
================================================================



More information about the pld-cvs-commit mailing list