[csw-devel] SF.net SVN: gar:[9955] csw/mgar/pkg/lzlib/trunk/Makefile

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat May 22 14:41:29 CEST 2010


Revision: 9955
          http://gar.svn.sourceforge.net/gar/?rev=9955&view=rev
Author:   rthurner
Date:     2010-05-22 12:41:28 +0000 (Sat, 22 May 2010)

Log Message:
-----------
lzlib - prevent default sunstudio rpath

Modified Paths:
--------------
    csw/mgar/pkg/lzlib/trunk/Makefile

Modified: csw/mgar/pkg/lzlib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzlib/trunk/Makefile	2010-05-22 12:39:15 UTC (rev 9954)
+++ csw/mgar/pkg/lzlib/trunk/Makefile	2010-05-22 12:41:28 UTC (rev 9955)
@@ -31,7 +31,7 @@
 CONFIGURE_ARGS += CXX="$(CXX)"
 CONFIGURE_ARGS += CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_ARGS += CXXFLAGS="$(CXXFLAGS)"
-CONFIGURE_ARGS += LDFLAGS="$(LDFLAGS)"
+CONFIGURE_ARGS += LDFLAGS="$(LDFLAGS) -norunpath"
 
 TEST_TARGET = check
 


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