aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ifupdown/ifupdown-cflags-version.patch
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-09-19 14:44:42 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-24 14:53:32 +0000
commit2e844011a12c1fdbc75789288c842c2dba8ed20b (patch)
treeb76c7432f33545ffff5ebfb57571d33d509828ec /testing/ifupdown/ifupdown-cflags-version.patch
parentc53bd124b269d71b290459ba629f9eb6454a5521 (diff)
downloadaports-2e844011a12c1fdbc75789288c842c2dba8ed20b.tar.bz2
aports-2e844011a12c1fdbc75789288c842c2dba8ed20b.tar.xz
testing/ifupdown: update to 0.7.48.1
* fix url * update patches * move from unmaintained to testing
Diffstat (limited to 'testing/ifupdown/ifupdown-cflags-version.patch')
-rw-r--r--testing/ifupdown/ifupdown-cflags-version.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ifupdown/ifupdown-cflags-version.patch b/testing/ifupdown/ifupdown-cflags-version.patch
new file mode 100644
index 0000000000..1ef9ef9108
--- /dev/null
+++ b/testing/ifupdown/ifupdown-cflags-version.patch
@@ -0,0 +1,10 @@
+--- 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)