diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-06-04 18:03:03 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-20 08:53:52 +0000 |
commit | d8f7e200ba78213a61bc76f1eee0e60b2f2b0508 (patch) | |
tree | 979638409daf51ea9ef83637785030b4f86e9331 /main/ifupdown/makefile-arch.patch | |
parent | a80d49fcecdaa5350d709fc4e9b5d71716661eb7 (diff) | |
download | aports-d8f7e200ba78213a61bc76f1eee0e60b2f2b0508.tar.bz2 aports-d8f7e200ba78213a61bc76f1eee0e60b2f2b0508.tar.xz |
main/ifupdown: upgrade to 0.8.35
remove some patches and added new ones
rename _builddir to builddir
Diffstat (limited to 'main/ifupdown/makefile-arch.patch')
-rw-r--r-- | main/ifupdown/makefile-arch.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/ifupdown/makefile-arch.patch b/main/ifupdown/makefile-arch.patch new file mode 100644 index 0000000000..8a856d1f2d --- /dev/null +++ b/main/ifupdown/makefile-arch.patch @@ -0,0 +1,10 @@ +--- a/Makefile 2019-01-28 18:25:51.000000000 +0100 ++++ b/Makefile 2019-06-01 19:10:28.644361881 +0200 +@@ -1,6 +1,6 @@ + VERSION ?= 0.8 + CFLAGS ?= -Wall -W -Wno-unused-parameter -g -O2 +-ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) ++ARCH := linux + + BASEDIR ?= $(DESTDIR) + |