Merge remote-tracking branch 'origin/integration/dev300_m106'

Conflicts:
	berkeleydb/makefile.mk
This commit is contained in:
Jan Holesovsky
2011-05-27 20:46:31 +02:00
51 changed files with 9411 additions and 26 deletions

View File

@@ -0,0 +1,20 @@
--- misc/Python-2.6.1/Makefile.pre.in 2011-03-08 18:23:37.230410480 +0100
+++ misc/build/Python-2.6.1/Makefile.pre.in 2011-03-08 18:22:57.935746999 +0100
@@ -414,7 +414,7 @@
libpython$(VERSION).so: $(LIBRARY_OBJS)
if test $(INSTSONAME) != $(LDLIBRARY); then \
$(LDSHARED) $(LDFLAGS) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
- $(LN) -f $(INSTSONAME) $@; \
+ $(LN) -fs $(INSTSONAME) $@; \
else\
$(LDSHARED) $(LDFLAGS) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
fi
@@ -767,7 +767,7 @@
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
else true; \
fi
- (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
+ (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) $(PYTHON))
-rm -f $(DESTDIR)$(BINDIR)/python-config
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)

View File

@@ -0,0 +1,13 @@
--- misc/Python-2.6.1/configure Thu Mar 17 13:00:41 2011
+++ misc/build/Python-2.6.1/configure Thu Mar 17 12:58:50 2011
@@ -2042,7 +2042,9 @@
if test -z "$MACHDEP"
then
ac_sys_system=`uname -s`
- if test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \
+ if test -n "$OOO_SYSBASE_SYS_RELEASE"; then
+ ac_sys_release=$OOO_SYSBASE_SYS_RELEASE
+ elif test "$ac_sys_system" = "AIX" -o "$ac_sys_system" = "Monterey64" \
-o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then
ac_sys_release=`uname -v`
else

View File

@@ -50,7 +50,9 @@ PATCH_FILES=\
Python-parallel-make.patch \
Python-ssl.patch \
Python-aix.patch \
Python-2.6.1-urllib.patch
Python-2.6.1-urllib.patch \
Python-2.6.1-sysbase.patch \
Python-2.6.1-nohardlink.patch
CONFIGURE_DIR=