diff options
Diffstat (limited to 'main/xfsprogs')
-rw-r--r-- | main/xfsprogs/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD index 0497bd5142..0b5dee30ca 100644 --- a/main/xfsprogs/APKBUILD +++ b/main/xfsprogs/APKBUILD @@ -30,6 +30,8 @@ build() { cd "$_builddir" export DEBUG=-DNDEBUG export OPTIMIZER="$CFLAGS" + export INSTALL_USER=root + export INSTALL_GROUP=root ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes \ ./configure \ |