summaryrefslogtreecommitdiffhomepage
path: root/patches/whois-5.5.16.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-05-07 21:31:03 +0200
committerØrjan Malde <red@foxi.me>2023-05-07 21:31:03 +0200
commitf22825b9baac69924650fb0c3b5392fb814ba9f6 (patch)
treec7a283687a4ef531ab4a95700b910d1be549de75 /patches/whois-5.5.16.local.patch
parent205be4e1b332b3809d6f5ba8adfd09d59e3c1016 (diff)
downloadmidipix_build-f22825b9baac69924650fb0c3b5392fb814ba9f6.tar.bz2
midipix_build-f22825b9baac69924650fb0c3b5392fb814ba9f6.tar.xz
groups.d/241.native_packages_inet.group: whois: bump to v5.5.17
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/whois-5.5.16.local.patch')
-rw-r--r--patches/whois-5.5.16.local.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/patches/whois-5.5.16.local.patch b/patches/whois-5.5.16.local.patch
deleted file mode 100644
index a1a69454..00000000
--- a/patches/whois-5.5.16.local.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- whois-5.5.7/Makefile.orig 2020-10-03 16:43:15.000000000 +0100
-+++ whois-5.5.7/Makefile 2021-01-23 07:55:24.889153830 +0000
-@@ -42,12 +42,12 @@
- $(error Please fix your build system to stop defining HAVE_LIBIDN!)
- endif
-
--ifeq ($(shell $(PKG_CONFIG) --exists 'libidn2 >= 2.0.3' || echo NO),)
--whois_LDADD += $(shell $(PKG_CONFIG) --libs libidn2)
--DEFS += -DHAVE_LIBIDN2 $(shell $(PKG_CONFIG) --cflags libidn2)
--else ifeq ($(shell $(PKG_CONFIG) --exists 'libidn' || echo NO),)
--whois_LDADD += $(shell $(PKG_CONFIG) --libs libidn)
--DEFS += -DHAVE_LIBIDN $(shell $(PKG_CONFIG) --cflags libidn)
-+ifeq ($(shell ${PKG_CONFIG} --exists 'libidn2 >= 2.0.3' || echo NO),)
-+whois_LDADD += $(shell ${PKG_CONFIG} --libs libidn2)
-+DEFS += -DHAVE_LIBIDN2 $(shell ${PKG_CONFIG} --cflags libidn2)
-+else ifeq ($(shell ${PKG_CONFIG} --exists 'libidn' || echo NO),)
-+whois_LDADD += $(shell ${PKG_CONFIG} --libs libidn)
-+DEFS += -DHAVE_LIBIDN $(shell ${PKG_CONFIG} --cflags libidn)
- endif
-
- ifdef HAVE_ICONV
-@@ -72,7 +72,7 @@
- CPPFLAGS += $(DEFS) $(INCLUDES)
-
- ##############################################################################
--all: Makefile.depend whois mkpasswd pos
-+all: Makefile.depend whois mkpasswd
-
- ##############################################################################
- %.o: %.c
-@@ -121,7 +121,7 @@
- nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
-
- ##############################################################################
--install: install-whois install-mkpasswd install-pos install-bashcomp
-+install: install-whois install-mkpasswd install-bashcomp
-
- install-whois: whois
- $(INSTALL) -d $(BASEDIR)$(prefix)/bin/