[csw-devel] SF.net SVN: gar:[22121] csw/mgar/pkg/postgresql/trunk/files/ 0000-Use-plain-rpath.patch
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sat Oct 5 19:48:51 CEST 2013
Revision: 22121
http://gar.svn.sourceforge.net/gar/?rev=22121&view=rev
Author: guengel
Date: 2013-10-05 17:48:50 +0000 (Sat, 05 Oct 2013)
Log Message:
-----------
postgresql/trunk: Removed quotes from rpath.
Modified Paths:
--------------
csw/mgar/pkg/postgresql/trunk/files/0000-Use-plain-rpath.patch
Modified: csw/mgar/pkg/postgresql/trunk/files/0000-Use-plain-rpath.patch
===================================================================
--- csw/mgar/pkg/postgresql/trunk/files/0000-Use-plain-rpath.patch 2013-10-05 16:41:25 UTC (rev 22120)
+++ csw/mgar/pkg/postgresql/trunk/files/0000-Use-plain-rpath.patch 2013-10-05 17:48:50 UTC (rev 22121)
@@ -16,7 +16,7 @@
rpath = -Wl,-rpath,'$(rpathdir)'
else
-rpath = -Wl,-R'$(rpathdir)'
-+rpath = -R'$(rpathdir)'
++rpath = -R$(rpathdir)
endif
DLSUFFIX = .so
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list