1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/sslh/files/patch-Makefile
Marius Strobl 7bd9be216a - Update to 1.16. For changes since 1.15 see:
http://rutschle.net/pipermail/sslh/2014-February/000489.html
- Respect {C,LD}FLAGS.
- Add an option for TCP wrapper support, enabled by default.
- Correct path name of configuration file and startup script in man page.
- Sanitize the startup script; mainly add ldconfig to REQUIRE to ensure that
  libconfig is found when starting sslh.

Approved by:	maintainer
2014-05-02 18:28:34 +00:00

12 lines
365 B
Plaintext

--- Makefile.orig 2014-02-11 22:06:01.000000000 +0100
+++ Makefile 2014-05-01 01:58:43.000000000 +0200
@@ -2,7 +2,7 @@
VERSION=$(shell ./genver.sh -r)
USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
-USELIBWRAP= # Use libwrap?
+USELIBWRAP?= # Use libwrap?
USELIBCAP= # Use libcap?
COV_TEST= # Perform test coverage?
PREFIX=/usr/local