Dirk Mueller
4ed3e2663c
- add fdisk-tinfo.patch to fix build with newer curses. OBS-URL: https://build.opensuse.org/request/show/92886 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=113
19 lines
527 B
Diff
19 lines
527 B
Diff
Index: util-linux-2.20.1/fdisk/Makefile.am
|
|
===================================================================
|
|
--- util-linux-2.20.1.orig/fdisk/Makefile.am
|
|
+++ util-linux-2.20.1/fdisk/Makefile.am
|
|
@@ -64,9 +64,13 @@ sbin_PROGRAMS += cfdisk
|
|
dist_man_MANS += cfdisk.8
|
|
cfdisk_SOURCES = cfdisk.c $(fdisk_common)
|
|
cfdisk_CFLAGS = $(cflags_blkid)
|
|
+if HAVE_TINFO
|
|
+cfdisk_LDADD = -ltinfo @NCURSES_LIBS@ $(ldadd_blkid)
|
|
+else
|
|
cfdisk_LDADD = @NCURSES_LIBS@ $(ldadd_blkid)
|
|
endif
|
|
endif
|
|
+endif
|
|
|
|
endif # !ARCH_SPARC
|
|
endif # !ARCH_M68K
|