diff options
Diffstat (limited to 'testing/sslh/makefile-settings.patch')
| -rw-r--r-- | testing/sslh/makefile-settings.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/sslh/makefile-settings.patch b/testing/sslh/makefile-settings.patch deleted file mode 100644 index 8f53494ebc..0000000000 --- a/testing/sslh/makefile-settings.patch +++ /dev/null @@ -1,27 +0,0 @@ -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 |
