package/x11r7/xapp_bdftopcf: Fix linking error
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 28 Nov 2014 18:36:10 +0000 (19:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Nov 2014 21:13:31 +0000 (22:13 +0100)
Fixes
http://autobuild.buildroot.net/results/242/24297c948c0eee684e868ad4bd12f11c3a759248/
http://autobuild.buildroot.net/results/464/464fdc71690a437c1782dd8e4c75d78195bf8bfd/
http://autobuild.buildroot.net/results/77c/77c26d14c8906b44f7c3fa1b3d759556c7318a7e/
and many others ( http://autobuild.buildroot.net/?reason=xapp_bdftopcf-1.0.4 )

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk

index 950d988ad79fa187bf3a6e39dc72d0d0bd5f64ae..64c21037b2a53a88a7eb734707595fec9f61fa78 100644 (file)
@@ -11,5 +11,8 @@ XAPP_BDFTOPCF_LICENSE = MIT
 XAPP_BDFTOPCF_LICENSE_FILES = COPYING
 XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
 
+# needed for linking against libXfont
+XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))