Skip to content

Commit

Permalink
ucode: another fix for host installation
Browse files Browse the repository at this point in the history
The previous host installation fix accidentally moved the rpath settings
out of CMAKE_HOST_OPTIONS and into CMAKE_OPTIONS.

Fixes: ae42eca ("ucode: fix host installation")
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Sep 20, 2024
1 parent 1a728cf commit 2ee1392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/utils/ucode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2ee1392

Please sign in to comment.