]> git.pld-linux.org Git - packages/wvstreams.git/commitdiff
- vars.mk fix - needed for building with --as-needed
authorsparky <sparky@pld-linux.org>
Mon, 31 Jul 2006 00:13:23 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wvstreams-mk.patch -> 1.1

wvstreams-mk.patch [new file with mode: 0644]

diff --git a/wvstreams-mk.patch b/wvstreams-mk.patch
new file mode 100644 (file)
index 0000000..cf22e07
--- /dev/null
@@ -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) \
This page took 0.027992 seconds and 4 git commands to generate.