Skip to content

Commit

Permalink
Merge pull request #4 from tobil4sk/fix/try-CMAKE_SKIP_INSTALL_RPATH
Browse files Browse the repository at this point in the history
Try CMAKE_SKIP_INSTALL_RPATH to avoid rpath issue
  • Loading branch information
andyli authored Aug 18, 2024
2 parents a91a69a + d9fb83d commit 23e4f10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions debian/patches/rpath.patch

This file was deleted.

1 change: 0 additions & 1 deletion debian/patches/series

This file was deleted.

1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_INCLUDEDIR=include/$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
-DRELOCATABLE=OFF \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DRUN_LDCONFIG=OFF
echo "LoadModule neko_module /usr/lib/$(DEB_HOST_MULTIARCH)/neko/mod_neko2.ndll" > debian/neko.load

Expand Down

0 comments on commit 23e4f10

Please sign in to comment.