add LD_LIBRARY to cmake.mk
Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 26963
This commit is contained in:
parent
f2b7c81d46
commit
aea6afefe6
1 changed files with 1 additions and 0 deletions
|
@ -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) \
|
||||
. \
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue