summaryrefslogtreecommitdiff
path: root/irc/znc-push/files/patch-Makefile
blob: 8c7a796161875ade9c3bb74c0c4ab775adb1eb22 (plain)
1
2
3
4
5
6
7
8
9
--- 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