[packages/libcaptury] - added -ldl to avoid unresolved symbols
witekfl
witekfl at pld-linux.org
Tue Jan 14 13:25:09 CET 2014
commit 90c6cdf99cddce7108be53f47433b91990a96390
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Tue Jan 14 13:23:32 2014 +0100
- added -ldl to avoid unresolved symbols
unresolved.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/unresolved.patch b/unresolved.patch
new file mode 100644
index 0000000..026cfc9
--- /dev/null
+++ b/unresolved.patch
@@ -0,0 +1,11 @@
+--- libcaptury-0.3.0~svn158.orig/src/captury/Makefile.am.orig 2007-07-25 12:46:45.000000000 +0200
++++ libcaptury-0.3.0~svn158.orig/src/captury/Makefile.am 2014-01-14 13:16:39.805491308 +0100
+@@ -16,7 +16,7 @@ lib_LTLIBRARIES = libcaptury.la
+ libcaptury_la_LDFLAGS = \
+ -version-info $(LIBCAPTURY_VERSION_INFO) \
+ $(PTHREAD_LIBS) $(CAPSEO_LIBS) \
+- $(X11_LIBS) $(XFIXES_LIBS)
++ $(X11_LIBS) $(XFIXES_LIBS) -ldl
+
+ libcaptury_la_SOURCES = \
+ captury.cpp \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcaptury.git/commitdiff/e6f2ebf574c469d0193eab131c546300b82117b8
More information about the pld-cvs-commit
mailing list