diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-04-06 17:14:23 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-04-06 17:14:23 -0300 |
commit | 6ca7c0926fd7ba82824a950be63defef5d0afb81 (patch) | |
tree | 27036b61ef94902e9848dfa0de41dd0e79ae50a0 | |
parent | 9324bb52f30cb6d0ff2828e1a63056d9c78960a1 (diff) | |
download | kmod-6ca7c0926fd7ba82824a950be63defef5d0afb81.tar.gz kmod-6ca7c0926fd7ba82824a950be63defef5d0afb81.tar.bz2 kmod-6ca7c0926fd7ba82824a950be63defef5d0afb81.zip |
build-sys: enable python in bootstrap-configure
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <<EOC |