include: cmake: prevent inclusion of rpath in binaries
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44328
This commit is contained in:
parent
7be42a71e1
commit
fd53d49f5b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ define Build/Configure/Default
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DDL_LIBRARY=$(STAGING_DIR) \
|
||||
-DCMAKE_PREFIX_PATH=$(STAGING_DIR) \
|
||||
-DCMAKE_SKIP_RPATH=TRUE \
|
||||
$(CMAKE_OPTIONS) \
|
||||
$(CMAKE_SOURCE_DIR) \
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue