Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/src/CMakeLists.txt 2+++ b/src/CMakeLists.txt 3@@ -248,7 +248,7 @@ if(HAVE_BCOPY) 4 endif() 5 6 7-if(APPLE) 8+if(FALSE) 9 set(MACOSX_RPATH ON) 10 set_target_properties(spatialindex spatialindex_c 11 PROPERTIES INSTALL_NAME_DIR "@rpath")