[csw-devel] SF.net SVN: gar:[21221] csw/mgar/pkg/lang-python/python/branches/python-3.3 /Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue May 28 18:38:02 CEST 2013
Revision: 21221
http://gar.svn.sourceforge.net/gar/?rev=21221&view=rev
Author: wahwah
Date: 2013-05-28 16:38:02 +0000 (Tue, 28 May 2013)
Log Message:
-----------
lang-python/python/branches/python-3.3: This doesn't work. But I'm committing anyway. Also, I filed a bug at python.org
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile
Modified: csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile 2013-05-28 14:58:59 UTC (rev 21220)
+++ csw/mgar/pkg/lang-python/python/branches/python-3.3/Makefile 2013-05-28 16:38:02 UTC (rev 21221)
@@ -11,6 +11,7 @@
# Known issues:
#
# - No 64-bit build
+# http://bugs.python.org/issue18083
# - ctypes module doesn't compile
# - http://forums.sun.com/thread.jspa?threadID=5148204
# - http://bugs.python.org/issue4902
@@ -49,22 +50,13 @@
TEST_TARGET = test
# There are problems with platform-dependent data in $(prefix)/lib/python3.3
-# BUILD64 = 1
-# ISAEXEC = 1
+# Installation paths are defined in:
+# http://hg.python.org/cpython/file/26588b6a39d9/Makefile.pre.in#l114
+# http://wiki.debian.org/Python/MultiArch
+GARFLAVOR = DBG
+BUILD64 = 1
+ISAEXEC = 1
-# Maybe including just the libraries will work fine?
-BUILD64_LIBS_ONLY = 1
-
-# There is a file name conflict over libffi.so symlink between libffi package
-# and a gcc-java package. While it will ultimately belong to libffi_dev, the
-# symlink is currently under a subdirectory.
-# pkgchk -L CSWlibffi-dev
-# (...)
-# /opt/csw/lib/ffi/libffi.so=../libffi.so.5.0.10 s none CSWlibffi-dev
-# EXTRA_LINKER_FLAGS += $(libdir)/ffi
-
-# LDFLAGS += -L$(libdir)/ffi
-
BASECFLAGS = $(CFLAGS)
EXTRA_COMMON_EXPORTS = BASECFLAGS
EXTRA_LINKER_FLAGS = -lsocket -lresolv -lrt
@@ -214,4 +206,13 @@
include gar/category.mk
+# There is a file name conflict over libffi.so symlink between libffi package
+# and a gcc-java package. While it will ultimately belong to libffi_dev, the
+# symlink is currently under a subdirectory.
+# pkgchk -L CSWlibffi-dev
+# (...)
+# /opt/csw/lib/ffi/libffi.so=../libffi.so.5.0.10 s none CSWlibffi-dev
+# EXTRA_LINKER_FLAGS += $(libdir)/ffi
+# LDFLAGS += -L$(libdir)/ffi
+
LINKER_FLAGS := -L$(libdir)/ffi $(LINKER_FLAGS)
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