Index: clp-1.7.4/Clp/src/Makefile.am =================================================================== --- clp-1.7.4.orig/Clp/src/Makefile.am 2008-03-04 17:31:56.000000000 +0100 +++ clp-1.7.4/Clp/src/Makefile.am 2008-05-23 16:34:26.000000000 +0200 @@ -94,11 +94,6 @@ # Here we add additional libraries LIBS += $(ADDLIBS) `cat $(COINUTILSOBJDIR)/coinutils_addlibs.txt` -# Finally, the -rpath flag is used by libtool to make sure that the shared -# library is found (in the lib install directory) when we are using dynamic -# libraries. -clp_LDFLAGS = -rpath $(libdir) - ######################################################################## # Additional flags # ######################################################################## Index: clp-1.7.4/Clp/src/Makefile.in =================================================================== --- clp-1.7.4.orig/Clp/src/Makefile.in 2008-05-23 16:39:28.000000000 +0200 +++ clp-1.7.4/Clp/src/Makefile.in 2008-05-23 16:39:45.000000000 +0200 @@ -341,12 +341,6 @@ clp_LDADD = libClp.la \ $(COINUTILSOBJDIR)/src/libCoinUtils.la - -# Finally, the -rpath flag is used by libtool to make sure that the shared -# library is found (in the lib install directory) when we are using dynamic -# libraries. -clp_LDFLAGS = -rpath $(libdir) - ######################################################################## # Additional flags # ########################################################################