mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ucode: another fix for host installation
The previous host installation fix accidentally moved the rpath settings out of CMAKE_HOST_OPTIONS and into CMAKE_OPTIONS. Fixes:ae42ecaad4("ucode: fix host installation") Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit2ee1392e09)
This commit is contained in:
parent
dd4b05ee8a
commit
66055df3e0
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
-DSOVERSION=$(PKG_ABI_VERSION) \
|
||||
-DSOVERSION=$(PKG_ABI_VERSION)
|
||||
|
||||
CMAKE_HOST_OPTIONS += \
|
||||
-DCMAKE_SKIP_RPATH=FALSE \
|
||||
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue