diff options
author | Ørjan Malde <red@foxi.me> | 2024-04-14 11:05:52 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-04-14 11:12:48 +0200 |
commit | 93a2cf2d5f0eb739d87a6c47432e055942afbbee (patch) | |
tree | 88c83630fb7c66ff621088dec64a5390a703222f /patches | |
parent | eabff882e3b8c9c9a7e779566cb022aaf39f2b50 (diff) | |
download | midipix_build-93a2cf2d5f0eb739d87a6c47432e055942afbbee.tar.bz2 midipix_build-93a2cf2d5f0eb739d87a6c47432e055942afbbee.tar.xz |
patches/links-2.29_pre.local.patch: drop obsolete linking fix
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/links-2.29_pre.local.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/links-2.29_pre.local.patch b/patches/links-2.29_pre.local.patch deleted file mode 100644 index 45b652d1..00000000 --- a/patches/links-2.29_pre.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru links-2.29.orig/configure links-2.29/configure ---- links-2.29.orig/configure 2023-03-18 17:13:07.000000000 +0100 -+++ links-2.29/configure 2023-12-06 15:01:23.081475928 +0100 -@@ -7178,7 +7178,7 @@ - - echo $ac_n "checking OPENSSL_LIBS""... $ac_c" 1>&6 - echo "configure:7183: checking OPENSSL_LIBS" >&5 -- OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl"` -+ OPENSSL_LIBS=`$PKG_CONFIG --libs-only-l "openssl"` - echo "$ac_t""$OPENSSL_LIBS" 1>&6 - else - OPENSSL_CFLAGS="" |