Date:2010-08-11 19:08:15 (1 year 5 months ago)
Author:Mirko Vogt
Commit:e040576e2b534758ff7358188fb13f86c65148b3
Message:call generic qmake function and add necessary TARGET_LDFLAGS for recursive library lookup

Files: NanoMap/Makefile (2 diffs)

Change Details

NanoMap/Makefile
1919PKG_SOURCE_VERSION:=$(PKG_REV)
2020
2121include $(INCLUDE_DIR)/package.mk
22$(call include_mk,qmake.mk)
2223
2324define Package/NanoMap
2425    SECTION:=utils
...... 
2930endef
3031
3132
32MAKE_VARS += TARGETPATH=$(STAGING_DIR)
33TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
3334
3435define Build/Configure
3536    $(call Build/Configure/Qmake,nanomap)

Archive Download the corresponding diff file



interactive