SOURCES: wvstreams-mk.patch (NEW) - vars.mk fix - needed for build...

sparky sparky at pld-linux.org
Mon Jul 31 02:13:28 CEST 2006


Author: sparky                       Date: Mon Jul 31 00:13:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- vars.mk fix - needed for building with --as-needed

---- Files affected:
SOURCES:
   wvstreams-mk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wvstreams-mk.patch
diff -u /dev/null SOURCES/wvstreams-mk.patch:1.1
--- /dev/null	Mon Jul 31 02:13:28 2006
+++ SOURCES/wvstreams-mk.patch	Mon Jul 31 02:13:23 2006
@@ -0,0 +1,21 @@
+--- wvstreams-4.0.2/vars.mk~	2006-07-30 23:51:49.000000000 +0000
++++ wvstreams-4.0.2/vars.mk	2006-07-31 00:11:36.000000000 +0000
+@@ -139,15 +139,15 @@
+ libwvbase.so: LIBS+=-lxplc-cxx
+ 
+ ifneq ("$(with_fam)", "no")
+-  libwvstreams.so: -lfam
++  libwvstreams.so: LIBS+=-lfam
+ endif
+ 
+ ifneq ("$(with_openslp)", "no")
+-  libwvstreams.so: -lslp
++  libwvstreams.so: LIBS+=-lslp
+ endif
+ 
+ ifneq ("$(with_pam)", "no")
+-  libwvstreams.so: -lpam
++  libwvstreams.so: LIBS+=-lpam
+ endif
+ 
+ LDLIBS := -lgcc $(LDLIBS) \
================================================================


More information about the pld-cvs-commit mailing list