From 0ce9c46d5ea87a7e1734513d13bf06889dfe8b3c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 28 Apr 2009 22:47:58 +0200 Subject: [PATCH] cleanup Python buildscript --- packages/lang/Python/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index c055782250..11977cd1cb 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -48,9 +48,7 @@ OPT="$TARGET_CFLAGS -fno-strict-aliasing" \ --build=$HOST_NAME \ --prefix=/usr \ --sysconfdir=/etc \ - --enable-static \ --disable-shared \ - --disable-nls \ --with-threads \ --disable-ipv6 \ --disable-profiling \