fix qolyester compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9879 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-23 21:35:50 +00:00
parent e2c23368b1
commit 04508ce8f5

View File

@ -18,6 +18,7 @@ PKG_MD5SUM:=9c1cf1868e085f47e135a86945d93ce0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILD_DEPENDS:=libnotimpl
include $(INCLUDE_DIR)/package.mk
@ -36,10 +37,10 @@ define Package/qolyester/description
endef
# uses GNU configure
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
LIBS="-L$(STAGING_DIR)/usr/lib -lnotimpl" \
all install
endef