forked from pool/util-linux
a59bc81b6f
- util-linux.spec: work around su(1) PAM problems based on su(1) being provided by both the coreutils and the util-linux package. Fix macro typo in %post and %verifyscript sections related to su(1): s/sysvinit_tools/enable_su/ (forwarded request 177950 from bernhard-voelker) OBS-URL: https://build.opensuse.org/request/show/177962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=160
14 lines
525 B
Diff
14 lines
525 B
Diff
--- util-linux-2.23.1/sys-utils/Makemodule.am
|
|
+++ util-linux-2.23.1/sys-utils/Makemodule.am 2013-06-05 12:55:10.921439066 +0000
|
|
@@ -142,8 +142,8 @@ endif # LINUX
|
|
if BUILD_EJECT
|
|
usrbin_exec_PROGRAMS += eject
|
|
eject_SOURCES = sys-utils/eject.c
|
|
-eject_LDADD = $(LDADD) libmount.la libcommon.la
|
|
-eject_CFLAGS = $(AM_CFLAGS) -I$(ul_libmount_incdir)
|
|
+eject_LDADD = $(SUID_LDFLAGS) $(LDADD) libmount.la libcommon.la
|
|
+eject_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS) -I$(ul_libmount_incdir)
|
|
dist_man_MANS += sys-utils/eject.1
|
|
endif
|
|
|