mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7bd9be216a
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
12 lines
365 B
Plaintext
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
|