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
13 lines
295 B
Diff
13 lines
295 B
Diff
--- util-linux-2.23.1/fdisks/Makemodule.am
|
|
+++ util-linux-2.23.1/fdisks/Makemodule.am 2013-06-05 09:58:30.753439465 +0000
|
|
@@ -79,6 +79,9 @@ endif
|
|
if HAVE_SLANG
|
|
cfdisk_LDADD += -lslang
|
|
else
|
|
+if HAVE_TINFO
|
|
+cfdisk_LDADD += -ltinfo
|
|
+endif
|
|
if HAVE_NCURSES
|
|
cfdisk_LDADD += @NCURSES_LIBS@
|
|
endif
|