mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 12:13:08 +02:00
call generic qmake function and add necessary TARGET_LDFLAGS for recursive library lookup
This commit is contained in:
parent
8e5d78dccc
commit
e040576e2b
@ -19,6 +19,7 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
$(call include_mk,qmake.mk)
|
||||||
|
|
||||||
define Package/NanoMap
|
define Package/NanoMap
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
@ -29,7 +30,7 @@ define Package/NanoMap
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
MAKE_VARS += TARGETPATH=$(STAGING_DIR)
|
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Qmake,nanomap)
|
$(call Build/Configure/Qmake,nanomap)
|
||||||
|
Loading…
Reference in New Issue
Block a user