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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Sat May 22 14:39:16 CEST 2010


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

Log Message:
-----------
lzip - prevent compiling the rpath

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

Modified: csw/mgar/pkg/lzip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzip/trunk/Makefile	2010-05-22 11:53:46 UTC (rev 9953)
+++ csw/mgar/pkg/lzip/trunk/Makefile	2010-05-22 12:39:15 UTC (rev 9954)
@@ -28,7 +28,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