From 444176e8aa3a958f147f15542793678b619be262 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Oct 2013 16:33:41 +0100 Subject: fix host build stuff and update-patches, convert cifs-utils and libaudiofile to new autotool infrastructure --- package/python/patches/patch-configure | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 package/python/patches/patch-configure (limited to 'package/python/patches/patch-configure') diff --git a/package/python/patches/patch-configure b/package/python/patches/patch-configure deleted file mode 100644 index b24d4c24f..000000000 --- a/package/python/patches/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nur Python-3.2.2.orig/configure Python-3.2.2/configure ---- Python-3.2.2.orig/configure 2011-09-03 18:16:50.000000000 +0200 -+++ Python-3.2.2/configure 2011-09-05 11:35:01.000000000 +0200 -@@ -2983,12 +2983,12 @@ - $as_echo_n "checking MACHDEP... " >&6; } - if test -z "$MACHDEP" - then -- ac_sys_system=`uname -s` -+ ac_sys_system=Linux - if test "$ac_sys_system" = "AIX" \ - -o "$ac_sys_system" = "UnixWare" -o "$ac_sys_system" = "OpenUNIX"; then - ac_sys_release=`uname -v` - else -- ac_sys_release=`uname -r` -+ ac_sys_release=2.6 - fi - ac_md_system=`echo $ac_sys_system | - tr -d '/ ' | tr '[A-Z]' '[a-z]'` -@@ -3140,7 +3140,7 @@ - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking machine type as reported by uname -m" >&5 - $as_echo_n "checking machine type as reported by uname -m... " >&6; } --ac_sys_machine=`uname -m` -+ac_sys_machine=@@CPU_ARCH@@ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sys_machine" >&5 - $as_echo "$ac_sys_machine" >&6; } - -- cgit v1.2.3