aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sslh/makefile-settings.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-09-21 13:57:19 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-09-21 15:23:52 +0000
commitb0ed51b1bcb6f0a500298b08f3480a9587ce89ed (patch)
treea69f85640c0b616c20a2ce38563df56d1b03ba72 /testing/sslh/makefile-settings.patch
parent23278078823bcf134833a70fa94866bece9e17c8 (diff)
downloadaports-b0ed51b1bcb6f0a500298b08f3480a9587ce89ed.tar.bz2
aports-b0ed51b1bcb6f0a500298b08f3480a9587ce89ed.tar.xz
testing/sslh: new aport. Fixes #7860
Diffstat (limited to 'testing/sslh/makefile-settings.patch')
-rw-r--r--testing/sslh/makefile-settings.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/sslh/makefile-settings.patch b/testing/sslh/makefile-settings.patch
new file mode 100644
index 0000000000..8f53494ebc
--- /dev/null
+++ b/testing/sslh/makefile-settings.patch
@@ -0,0 +1,27 @@
+diff --git a/Makefile b/Makefile
+index b1cf9ce..6c6fa5e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ # Configuration
+
+-VERSION=$(shell ./genver.sh -r)
++VERSION=$(sh ./genver.sh -r)
+ ENABLE_REGEX=1 # Enable regex probes
+ USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
+ USELIBPCRE= # Use libpcre? (needed for regex on musl)
+
+diff --git a/Makefile b/Makefile
+index 6c6fa5e..441b939 100644
+--- a/Makefile
++++ b/Makefile
+@@ -93,7 +93,8 @@ release:
+ install: sslh $(MAN)
+ mkdir -p $(DESTDIR)/$(BINDIR)
+ mkdir -p $(DESTDIR)/$(MANDIR)
+- install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh
++ install -p sslh-fork $(DESTDIR)/$(BINDIR)/sslh-fork
++ install -p sslh-select $(DESTDIR)/$(BINDIR)/sslh-select
+ install -p -m 0644 $(MAN) $(DESTDIR)/$(MANDIR)/$(MAN)
+
+ # "extended" install for Debian: install startup script