]> err.no Git - util-linux/commitdiff
build-sys: add --disable-makeinstall-chown
authorKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 12:32:45 +0000 (14:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 12:32:45 +0000 (14:32 +0200)
A chown-like operations are unexpected when you execute "make install"
as non-root user. For example RPM defines owner+permissions in .spec
file -- you needn't to use root account to create useful RPM package.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
login-utils/Makefile.am
misc-utils/Makefile.am

index f0756ac27ea728bd4c254dd1715cd75ad9457f8b..369237031210761235a47a1ca292587f232c7ded 100644 (file)
@@ -476,6 +476,12 @@ if test x$enable_use_tty_group = xyes; then
   AC_DEFINE(USE_TTY_GROUP, 1, [Should wall and write be installed setgid tty?])
 fi
 
+AC_ARG_ENABLE([makeinstall-chown],
+  AS_HELP_STRING([--disable-makeinstall-chown], [do not do chown-like operations during "make install"]),
+  [], enable_makeinstall_chown=yes
+)
+AM_CONDITIONAL(MAKEINSTALL_DO_CHOWN, test x$enable_makeinstall_chown = xyes)
+
 
 AC_ARG_VAR([SUID_CFLAGS],
           [CFLAGS used for binaries which are usually with the suid bit])
index 639db58c6fad1105c64965404d861c76a9be76d1..de45f26fd1e2c9a53f3797ba97f4a6dbfa6af119 100644 (file)
@@ -26,7 +26,7 @@ if NEED_LIBCRYPT
 simpleinit_LDADD = -lcrypt
 endif
 
-endif 
+endif
 
 if BUILD_LAST
 usrbinexec_PROGRAMS += last
@@ -101,17 +101,17 @@ man_MANS += mesg.1
 endif
 
 if BUILD_WALL
-
 usrbinexec_PROGRAMS += wall
 wall_SOURCES = wall.c ttymsg.c ttymsg.h
 man_MANS += wall.1
 
 if USE_TTY_GROUP
+if MAKEINSTALL_DO_CHOWN
 install-exec-hook::
        chgrp tty $(DESTDIR)$(usrbinexecdir)/wall
        chmod g+s $(DESTDIR)$(usrbinexecdir)/wall
 endif
-
+endif
 endif
 
 if BUILD_INIT
index 794be494da382289155159938907d54216425530..e9f304f409298096411799fc0bcd84617b35b1e5 100644 (file)
@@ -68,11 +68,12 @@ write_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
 write_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
 
 if USE_TTY_GROUP
+if MAKEINSTALL_DO_CHOWN
 install-exec-hook::
        chgrp tty $(DESTDIR)$(usrbinexecdir)/write
        chmod g+s $(DESTDIR)$(usrbinexecdir)/write
 endif
-
+endif
 endif
 
 noinst_PROGRAMS = cal_test