projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f53b54a
)
package/hplip: fix static linking with cups
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 23 May 2016 04:02:32 +0000
(06:02 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 23 May 2016 10:56:00 +0000
(12:56 +0200)
Fixes
http://autobuild.buildroot.net/results/c52/
c5277c42344d194e004dcd0a5af71bc6110da97e
/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/hplip/hplip.mk
patch
|
blob
|
history
diff --git
a/package/hplip/hplip.mk
b/package/hplip/hplip.mk
index b1e8cb55d25a05127d650089c07e5ac2e6a39dd4..d70e2e926fc8b38c906de6066cde317abc0210ac 100644
(file)
--- a/
package/hplip/hplip.mk
+++ b/
package/hplip/hplip.mk
@@
-27,6
+27,9
@@
HPLIP_CONF_OPTS = \
--enable-new-hpcups \
--enable-lite-build
+# build system does not support cups-config
+HPLIP_CONF_ENV = LIBS=`$(STAGING_DIR)/usr/bin/cups-config --libs`
+
ifeq ($(BR2_PACKAGE_DBUS),y)
HPLIP_CONF_OPTS += --enable-dbus-build
HPLIP_DEPENDENCIES += dbus