diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 13:57:19 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-21 15:23:52 +0000 |
| commit | b0ed51b1bcb6f0a500298b08f3480a9587ce89ed (patch) | |
| tree | a69f85640c0b616c20a2ce38563df56d1b03ba72 /testing/sslh/makefile-settings.patch | |
| parent | 23278078823bcf134833a70fa94866bece9e17c8 (diff) | |
| download | aports-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.patch | 27 |
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 |
