From 528e3a6916e753f34d63d13234dc9f3d3a1a3ebb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 19 Sep 2016 09:09:09 -0400 Subject: moved uids.h processing from configure to Makefile.in --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7f9fdc3f0..35cd69564 100755 --- a/configure +++ b/configure @@ -3763,9 +3763,6 @@ if test "$prefix" = /usr; then sysconfdir="/etc" fi -# extract UID_MIN and GID_MIN from login.def -./mkuid.sh - ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile" cat >confcache <<\_ACEOF @@ -4958,8 +4955,6 @@ echo " file transfer support: $HAVE_FILE_TRANSFER" echo " overlayfs support: $HAVE_OVERLAYFS" echo " fatal warnings: $HAVE_FATAL_WARNINGS" echo " busybox workaround: $BUSYBOX_WORKAROUND" -printf " uid_min: "; grep UID_MIN uids.h -printf " gid_min: "; grep GID_MIN uids.h printf " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" echo -- cgit v1.2.3-54-g00ecf