25 lines
981 B
Diff
25 lines
981 B
Diff
diff -Nru ncurses-6.6.orig/misc/gen-pkgconfig.in ncurses-6.6/misc/gen-pkgconfig.in
|
|
--- ncurses-6.6.orig/misc/gen-pkgconfig.in 2024-09-28 22:21:23.000000000 +0200
|
|
+++ ncurses-6.6/misc/gen-pkgconfig.in 2026-01-03 10:35:39.059253337 +0100
|
|
@@ -83,7 +83,7 @@
|
|
fi
|
|
|
|
lib_flags=
|
|
-for opt in -L$libdir @EXTRA_PKG_LDFLAGS@ @LIBS@
|
|
+for opt in -L$libdir @LIBS@
|
|
do
|
|
case $opt in
|
|
-l*) # LIBS is handled specially below
|
|
diff -Nru ncurses-6.6.orig/misc/ncurses-config.in ncurses-6.6/misc/ncurses-config.in
|
|
--- ncurses-6.6.orig/misc/ncurses-config.in 2025-11-22 20:19:28.000000000 +0100
|
|
+++ ncurses-6.6/misc/ncurses-config.in 2026-01-03 10:36:07.069718425 +0100
|
|
@@ -110,7 +110,7 @@
|
|
# There is no portable way to find the list of standard library directories.
|
|
# Require a POSIX shell anyway, to keep this simple.
|
|
lib_flags=
|
|
-for opt in -L$libdir @EXTRA_PKG_LDFLAGS@ $LIBS
|
|
+for opt in -L$libdir $LIBS
|
|
do
|
|
case $opt in
|
|
-specs*) # ignore linker specs-files which were used to build library
|