1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 00:29:49 +03:00

call generic qmake function and add necessary TARGET_LDFLAGS for recursive library lookup

This commit is contained in:
Mirko Vogt 2010-08-11 17:08:15 +00:00
parent 8e5d78dccc
commit e040576e2b

View File

@ -19,6 +19,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
include $(INCLUDE_DIR)/package.mk
$(call include_mk,qmake.mk)
define Package/NanoMap
SECTION:=utils
@ -29,7 +30,7 @@ define Package/NanoMap
endef
MAKE_VARS += TARGETPATH=$(STAGING_DIR)
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
define Build/Configure
$(call Build/Configure/Qmake,nanomap)