[csw-devel] SF.net SVN: gar:[20343] csw/mgar/pkg/lang-python/python/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Feb 27 14:55:30 CET 2013


Revision: 20343
          http://gar.svn.sourceforge.net/gar/?rev=20343&view=rev
Author:   wahwah
Date:     2013-02-27 13:55:30 +0000 (Wed, 27 Feb 2013)
Log Message:
-----------
lang-python/python/trunk: Use the right ffi by putting it first in the linker path

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/trunk/Makefile	2013-02-27 10:55:53 UTC (rev 20342)
+++ csw/mgar/pkg/lang-python/python/trunk/Makefile	2013-02-27 13:55:30 UTC (rev 20343)
@@ -74,7 +74,7 @@
 # pkgchk -L CSWlibffi-dev
 # (...)
 # /opt/csw/lib/ffi/libffi.so=../libffi.so.5.0.10 s none CSWlibffi-dev
-EXTRA_LINKER_FLAGS += -L$(libdir)/ffi
+PREPEND_LINKER_FLAGS += -L$(libdir)/ffi
 
 BASECFLAGS = $(CFLAGS)
 EXTRA_COMMON_EXPORTS = BASECFLAGS

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