fix qolyester compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9879 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e2c23368b1
commit
04508ce8f5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user