opnsense-ports/irc/znc-push/files/patch-Makefile
Franco Fichtner 3bbf5cbf35 */*: sync with upstream
Taken from: HardenedBSD
2018-11-07 06:00:51 +01:00

9 lines
191 B
Text

--- Makefile.orig 2018-08-27 02:38:08 UTC
+++ Makefile
@@ -1,5 +1,4 @@
-version = $(shell git describe --dirty || echo dev)
-curl=no
+curl?=no
ifneq ($(curl),no)
flags=-DUSE_CURL -lcurl