Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts: berkeleydb/makefile.mk
This commit is contained in:
20
python/Python-2.6.1-nohardlink.patch
Normal file
20
python/Python-2.6.1-nohardlink.patch
Normal 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)
|
||||
|
13
python/Python-2.6.1-sysbase.patch
Normal file
13
python/Python-2.6.1-sysbase.patch
Normal 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
|
@@ -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=
|
||||
|
||||
|
Reference in New Issue
Block a user