summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-12-01 17:43:03 -0800
committerMatt Turner <mattst88@gentoo.org>2021-12-01 17:43:33 -0800
commitb445ab1bfd4a8221c697e535885f17c0a7b36853 (patch)
treeaa3a822de84fb2341492f140c89b5e39f82fa509 /app-misc/mosquitto/files
parentsci-libs/spqr: pin to older TBB (diff)
downloadgentoo-b445ab1bfd4a8221c697e535885f17c0a7b36853.tar.gz
gentoo-b445ab1bfd4a8221c697e535885f17c0a7b36853.tar.bz2
gentoo-b445ab1bfd4a8221c697e535885f17c0a7b36853.zip
app-misc/mosquitto: Drop old
Bug: https://bugs.gentoo.org/827962 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc/mosquitto/files')
-rw-r--r--app-misc/mosquitto/files/2.0.11-Fix-installation-using-WITH_TLS-no.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/mosquitto/files/2.0.11-Fix-installation-using-WITH_TLS-no.patch b/app-misc/mosquitto/files/2.0.11-Fix-installation-using-WITH_TLS-no.patch
deleted file mode 100644
index 0a08e2997f0b..000000000000
--- a/app-misc/mosquitto/files/2.0.11-Fix-installation-using-WITH_TLS-no.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 342aa0ad1a645f468a24266f402d92541d4fd58a Mon Sep 17 00:00:00 2001
-From: Roger Light <roger@atchoo.org>
-Date: Fri, 20 Aug 2021 23:49:59 +0100
-Subject: [PATCH] Fix installation using WITH_TLS=no.
-
-Closes #2281. Thanks to Matt Turner.
----
- ChangeLog.txt | 3 +++
- apps/mosquitto_passwd/Makefile | 2 ++
- 2 files changed, 5 insertions(+)
-
-diff --git a/apps/mosquitto_passwd/Makefile b/apps/mosquitto_passwd/Makefile
-index 3238cf3e..1fbf5e12 100644
---- a/apps/mosquitto_passwd/Makefile
-+++ b/apps/mosquitto_passwd/Makefile
-@@ -37,8 +37,10 @@ password_mosq.o : ../../src/password_mosq.c ../../src/password_mosq.h
- ${CROSS_COMPILE}${CC} $(APP_CPPFLAGS) $(APP_CFLAGS) -c $< -o $@
-
- install : all
-+ifeq ($(WITH_TLS),yes)
- $(INSTALL) -d "${DESTDIR}$(prefix)/bin"
- $(INSTALL) ${STRIP_OPTS} mosquitto_passwd "${DESTDIR}${prefix}/bin/mosquitto_passwd"
-+endif
-
- uninstall :
- -rm -f "${DESTDIR}${prefix}/bin/mosquitto_passwd"
---
-2.31.1
-