]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix build with --as-needed
authorsparky <sparky@pld-linux.org>
Tue, 1 Aug 2006 23:48:33 +0000 (23:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-as_needed-fix.patch -> 1.1

poldek-as_needed-fix.patch [new file with mode: 0644]

diff --git a/poldek-as_needed-fix.patch b/poldek-as_needed-fix.patch
new file mode 100644 (file)
index 0000000..9aabc46
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur poldek-0.20/vfile/Makefile.am poldek-0.20.as_needed-fix/vfile/Makefile.am
+--- poldek-0.20/vfile/Makefile.am      2005-05-15 17:16:13.000000000 +0200
++++ poldek-0.20.as_needed-fix/vfile/Makefile.am        2006-08-02 01:46:42.000000000 +0200
+@@ -22,7 +22,7 @@
+                                     vfffmod.c $(VFCURL_SRCS_) \
+                                         vopen3.c vopen3.h vfile_intern.h
+-libvfile_la_LIBADD = vfff/libvfff.la
++libvfile_la_LIBADD = vfff/libvfff.la -lutil
+ pkgincludedir = $(includedir)/vfile
+ pkginclude_HEADERS = vfile.h p_open.h vopen3.h
This page took 0.098936 seconds and 4 git commands to generate.