Browse Source

util-linux: disabled python bindings

tc-work-musl-mess
Nagy Károly Gábriel 8 years ago
parent
commit
0c2790cbde
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      base/util-linux/util-linux.conf

+ 7
- 0
base/util-linux/util-linux.conf

@ -32,3 +32,10 @@ fi
if pkginstalled sysvinit; then
var_append extraconfopt ' ' "--disable-sulogin"
fi
# leave python alone please
if pkginstalled python; then
var_append extraconfopt ' ' "--without-python"
fi
if ! atstage native; then
var_append extraconfopt ' ' "--disable-makeinstall-chown --disable-makeinstall-setuid"
fi

Loading…
Cancel
Save