diff options
Diffstat (limited to 'sci-libs/cgal/files/cgal_soname.patch')
-rw-r--r-- | sci-libs/cgal/files/cgal_soname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/cgal/files/cgal_soname.patch b/sci-libs/cgal/files/cgal_soname.patch new file mode 100644 index 000000000..a0bfb630d --- /dev/null +++ b/sci-libs/cgal/files/cgal_soname.patch @@ -0,0 +1,11 @@ +--- install_cgal 2006-07-13 21:01:01.000000000 +0200 ++++ install_cgal 2006-10-04 13:33:18.000000000 +0200 +@@ -767,7 +767,7 @@ + CGAL_OBJ_PREFIX="" + CGAL_SHARED_LIB_CXXFLAGS="-fpic" + CGAL_SHARED_LIB_LDFLAGS= +- CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -shared" ++ CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -shared -Wl,-soname,libCGAL.so.1" + CGAL_SHARED_LIB_INSTALL_NAME="" + CGAL_WINLIB_CXXFLAGS="" + CGAL_QT_CXXFLAGS="" |