X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e57549e01f9f465fe421e019f6ea9e31b4082329..5dd09e045408d9d31401ad62f86d0887865c5991:/include/cmake.mk diff --git a/include/cmake.mk b/include/cmake.mk index 22255acf5..fd8ff2d12 100644 --- a/include/cmake.mk +++ b/include/cmake.mk @@ -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) \ . \ )