Fix cups build.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12665 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2ca9fe3103
commit
5345f110e7
@ -21,6 +21,8 @@ PKG_MD5SUM:=db4a45a17104f10f3ee599d88267c9e5
|
|||||||
|
|
||||||
PKG_BUILD_DEPENDS:=zlib
|
PKG_BUILD_DEPENDS:=zlib
|
||||||
|
|
||||||
|
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/cups
|
define Package/cups
|
||||||
@ -57,6 +59,7 @@ define Build/Configure
|
|||||||
--disable-openssl \
|
--disable-openssl \
|
||||||
--disable-cdsassl \
|
--disable-cdsassl \
|
||||||
--disable-ssl \
|
--disable-ssl \
|
||||||
|
--disable-gssapi \
|
||||||
--disable-slp, \
|
--disable-slp, \
|
||||||
UNAME="Linux" \
|
UNAME="Linux" \
|
||||||
LIBS="-L$(STAGING_DIR)/usr/lib -lz -lpng -ljpeg" \
|
LIBS="-L$(STAGING_DIR)/usr/lib -lz -lpng -ljpeg" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user