diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/util-linux-ng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/util-linux-ng/APKBUILD b/testing/util-linux-ng/APKBUILD index 4dd5c3e08..83619a9a1 100644 --- a/testing/util-linux-ng/APKBUILD +++ b/testing/util-linux-ng/APKBUILD @@ -20,10 +20,10 @@ build() { -i mount/lomount.c ./configure --prefix=/usr \ - --without-ncurses \ - --disable-init \ --disable-nls \ --disable-kill \ + --enable-init \ + --without-ncurses \ --without-pam make || return 1 |