summaryrefslogtreecommitdiff
path: root/packages/python/python-native-2.4.0/dont-modify-shebang-line.patch
blob: 54109afd6293448eb9f455a8d7a4ed9697cfdf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#

--- Python-2.4/Lib/distutils/command/build_scripts.py~dont-modify-shebang-line
+++ Python-2.4/Lib/distutils/command/build_scripts.py
@@ -87,7 +87,7 @@
                     continue
 
                 match = first_line_re.match(first_line)
-                if match:
+                if False: #match:
                     adjust = 1
                     post_interp = match.group(1) or ''
 
..Richard Purdie1 2006-11-14site infrastructure changes: Allow more than one file per target so common fi...Richard Purdie1 2006-11-05site: Update for libnet. Add ac_libnet_have_packet_socket to any site filesJamie Lenehan1 2006-06-28site: add tests to make lzo compile w/ gcc 4.1.1 - closes #1099Michael Lauer1 2006-01-12samba - Fix LFS issueOyvind Repvik1 2005-07-11Fix samba LINUX_LFS problem in a proper way. FIXES #58 (OE)Oyvind Repvik1 2005-07-01Removed lots of useless configure overrides. Oyvind Repvik1 2005-06-30Removed lots of samba configure overrides that breaks configure.Oyvind Repvik1 2005-04-06add xfce4util and xffm entries to site filesMichael Lauer1 2005-03-16Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com1 2005-02-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1 2005-01-22Merge http://nslu2-linux.bkbits.net/openembeddedChris Larson1 2005-01-21Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1 2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby1 2004-12-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1 2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1 2004-11-17Add a necessary test result for the gettext crosscompile to the site files.Chris Larson1 2004-09-10Add mysql test results for arm{,eb}-linux{,-uclibc}.Chris Larson1 2004-09-02Fix endianness test results in armeb-linux site file.Chris Larson1 2004-09-02Merge openembedded@openembedded.bkbits.net:packagesChris Larson1