From: Lucas De Marchi Date: Sun, 6 Apr 2014 20:14:23 +0000 (-0300) Subject: build-sys: enable python in bootstrap-configure X-Git-Tag: v17~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca7c0926fd7ba82824a950be63defef5d0afb81;p=thirdparty%2Fkmod.git build-sys: enable python in bootstrap-configure --- diff --git a/bootstrap b/bootstrap index b26ff8ca..e6d8260d 100755 --- a/bootstrap +++ b/bootstrap @@ -11,7 +11,7 @@ args="--prefix=/usr \ --sysconfdir=/etc \ --libdir=$(libdir /usr/lib)" -hackargs="--enable-debug --with-xz --with-zlib" +hackargs="--enable-debug --enable-python --with-xz --with-zlib" cat <