aports/testing/ifupdown/ifupdown-cflags-version.patch
Isaac Dunham 2e844011a1 testing/ifupdown: update to 0.7.48.1
* fix url
* update patches
* move from unmaintained to testing
2014-09-24 14:53:32 +00:00

11 lines
236 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
VERSION ?= 0.7
-CFLAGS ?= -Wall -W -g -O2 -D'IFUPDOWN_VERSION="$(VERSION)"'
+CFLAGS ?= -Wall -W -g -O2
+CFLAGS += -D'IFUPDOWN_VERSION="$(VERSION)"'
ARCH ?= linux
BASEDIR ?= $(DESTDIR)