mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add LD_LIBRARY to cmake.mk
Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26963 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -45,6 +45,7 @@ define Build/Configure/Default
|
||||
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=$(STAGING_DIR) \
|
||||
-DCMAKE_STRIP=: \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DDL_LIBRARY=$(STAGING_DIR) \
|
||||
$(CMAKE_OPTIONS) \
|
||||
. \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user