summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-04-14 11:11:04 +0200
committerØrjan Malde <red@foxi.me>2024-04-14 11:12:51 +0200
commit17aa87466b9b2ac04fbb475abd94f43224808d8e (patch)
tree247d79a1f547ebe92bce98758fca6f92ec4b292f
parent93a2cf2d5f0eb739d87a6c47432e055942afbbee (diff)
downloadmidipix_build-17aa87466b9b2ac04fbb475abd94f43224808d8e.tar.bz2
midipix_build-17aa87466b9b2ac04fbb475abd94f43224808d8e.tar.xz
patches/lighttpd-1.4.73_pre.local.patch: drop obsolete linking fixes
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r--patches/lighttpd-1.4.73_pre.local.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/lighttpd-1.4.73_pre.local.patch b/patches/lighttpd-1.4.73_pre.local.patch
index 3a114822..004f3b3e 100644
--- a/patches/lighttpd-1.4.73_pre.local.patch
+++ b/patches/lighttpd-1.4.73_pre.local.patch
@@ -10,24 +10,3 @@ diff -ru lighttpd-1.4.70.orig/src/Makefile.in lighttpd-1.4.70/src/Makefile.in
@NO_RDYNAMIC_TRUE@liblightcomp_la_LIBADD = $(PCRE_LIB) $(CRYPTO_LIB) $(FAM_LIBS) $(LIBEV_LIBS) $(ATTR_LIB) $(WS2_32_LIB)
@NO_RDYNAMIC_FALSE@common_libadd =
@NO_RDYNAMIC_TRUE@common_libadd = liblightcomp.la
-diff -ru lighttpd-1.4.68.orig/configure lighttpd-1.4.68/configure
---- lighttpd-1.4.68.orig/configure 2023-01-03 14:05:40.000000000 +0100
-+++ lighttpd-1.4.68/configure 2023-01-07 13:13:44.702656206 +0100
-@@ -18388,7 +18388,7 @@
- ac_status=$?
- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 3.3.0" 2>/dev/null`
-+ pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs-only-l "gnutls >= 3.3.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes
-@@ -18771,7 +18771,7 @@
- ac_status=$?
- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs "libpcre2-8" 2>/dev/null`
-+ pkg_cv_PCRE2_LIBS=`$PKG_CONFIG --libs-only-l "libpcre2-8" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
- else
- pkg_failed=yes