ncurses/ncurses-5.5-20061209-config.patch
Miroslav Lichvar c27798dfe4 - update to patch 20061209
- strip large tables from shared libraries, reduce number of relocations
- package utils linked with libncurses instead of libncursesw
- package only wide-character headers
2006-12-11 15:12:09 +00:00

28 lines
631 B
Diff

--- ncurses-5.5/misc/ncurses-config.in.config 2006-12-11 13:35:54.000000000 +0100
+++ ncurses-5.5/misc/ncurses-config.in 2006-12-11 13:40:02.000000000 +0100
@@ -34,7 +34,6 @@
exec_prefix="@exec_prefix@"
bindir="@bindir@"
-libdir="@libdir@"
datadir="@datadir@"
mandir="@mandir@"
@@ -82,7 +81,7 @@
;;
--libs)
sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
- -L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
+ @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
ENDECHO
;;
# identification
@@ -103,7 +102,6 @@
echo "${datadir}"
;;
--libdir)
- echo "${libdir}"
;;
--mandir)
echo "${mandir}"