packages: hxtools/dl-libs.patch (NEW) - missing -ldl linking

glen glen at pld-linux.org
Sun Oct 31 22:59:20 CET 2010


Author: glen                         Date: Sun Oct 31 21:59:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing -ldl linking

---- Files affected:
packages/hxtools:
   dl-libs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/hxtools/dl-libs.patch
diff -u /dev/null packages/hxtools/dl-libs.patch:1.1
--- /dev/null	Sun Oct 31 22:59:20 2010
+++ packages/hxtools/dl-libs.patch	Sun Oct 31 22:59:15 2010
@@ -0,0 +1,11 @@
+--- hxtools-20100625/libexec/Makefile.am~	2010-06-25 15:14:06.000000000 +0300
++++ hxtools-20100625/libexec/Makefile.am	2010-10-31 22:39:51.365533456 +0200
+@@ -28,7 +28,7 @@
+ qplay_LDADD         = ${libHX_LIBS} -lm
+ printcaps_LDADD     = -lcap
+ proc_iomem_count_LDADD = ${libHX_LIBS}
+-testdl_LDADD        = ${libHX_LIBS}
++testdl_LDADD        = ${libHX_LIBS} -ldl
+ utmp_register_LDADD = ${libHX_LIBS}
+ wavdiff_LDADD       = ${libHX_LIBS}
+ vfontas_LDADD       = ${libHX_LIBS}
================================================================


More information about the pld-cvs-commit mailing list