diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-03-04 13:03:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-03-04 13:03:08 +0100 |
commit | f092f7b214adde9b9c7c5eb386432bfd96c54fe5 (patch) | |
tree | 99d2858816d540540bd72a5ae8de159904a1b33f /package/util-linux/Makefile | |
parent | 0abc64e906667ea4a43af7a06889095d29fbc647 (diff) |
util-linux: disable chown/setuid changes
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r-- | package/util-linux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index da481f5d3..cdf40cbc9 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= util-linux PKG_VERSION:= 2.31 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a PKG_DESCR:= basic utilities PKG_SECTION:= base/apps @@ -75,6 +75,8 @@ CONFIGURE_ARGS+= --exec-prefix=/usr \ --with-pic \ --with-ncurses \ --without-ncursesw \ + --disable-makeinstall-chown \ + --disable-makeinstall-setuid \ --disable-widechar \ --disable-use-tty-group \ --disable-chfn-chsh \ |