diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-10-28 18:55:26 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-10-28 20:21:56 -0700 |
commit | ac5912e9cb7761b5153bc12343f1af8b224c1d29 (patch) | |
tree | 82ce856fd3d5e6d9178732b8ae3480b5b3883abd /libs/lzo | |
parent | a1f1303ae3ef9dbced4ce20624703edafe463c1b (diff) |
remove a bunch of rpath hacks
These are already default.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/lzo')
-rw-r--r-- | libs/lzo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/lzo/Makefile b/libs/lzo/Makefile index 0e4e678cb..e78a0520a 100644 --- a/libs/lzo/Makefile +++ b/libs/lzo/Makefile @@ -39,9 +39,7 @@ endef CMAKE_OPTIONS += \ -DENABLE_SHARED=ON \ -DENABLE_STATIC=ON \ - \ - -DBUILD_TESTING=OFF \ - -DCMAKE_SKIP_INSTALL_RPATH=ON + -DBUILD_TESTING=OFF define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib $(1)/usr/lib/pkgconfig |