From 2484c7e47ee2dfda5f82449bf3106256b5cf1cf2 Mon Sep 17 00:00:00 2001 From: mirko Date: Wed, 21 Apr 2010 21:45:52 +0000 Subject: [PATCH] add path to cups, as it does not detect it automatically git-svn-id: svn://svn.openwrt.org/openwrt/packages@21080 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cups-bjnp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/cups-bjnp/Makefile b/net/cups-bjnp/Makefile index 4eab1c63a..4a8582935 100644 --- a/net/cups-bjnp/Makefile +++ b/net/cups-bjnp/Makefile @@ -34,6 +34,8 @@ to a Canon printer. It currently supports Cups 1.2 and Cups 1.3 and is designed by reverse engineering. endef +CONFIGURE_ARGS += --with-cupsbackenddir=$(STAGING_DIR)/usr/include/cups + TARGET_CFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib define Package/cups-bjnp/install