mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02: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:
parent
4eff224df3
commit
859eee5519
@ -45,6 +45,7 @@ define Build/Configure/Default
|
|||||||
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=$(STAGING_DIR) \
|
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=$(STAGING_DIR) \
|
||||||
-DCMAKE_STRIP=: \
|
-DCMAKE_STRIP=: \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DDL_LIBRARY=$(STAGING_DIR) \
|
||||||
$(CMAKE_OPTIONS) \
|
$(CMAKE_OPTIONS) \
|
||||||
. \
|
. \
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user