diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-09-18 10:23:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 19:47:29 +0200 |
commit | 0611949495163af3dcf8eca72bdd5e27ae9e4753 (patch) | |
tree | 624bdfdc25d3120cd47d94d3608785c86fb284b9 /package/iprutils/iprutils-02-use-environment-cflags.patch | |
parent | edab68c1f1eb285c08ac6f82031622001ad40896 (diff) | |
download | buildroot-0611949495163af3dcf8eca72bdd5e27ae9e4753.tar.gz buildroot-0611949495163af3dcf8eca72bdd5e27ae9e4753.zip |
iprutils: bump version to 2.4.2 and update patches
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iprutils/iprutils-02-use-environment-cflags.patch')
-rw-r--r-- | package/iprutils/iprutils-02-use-environment-cflags.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/iprutils/iprutils-02-use-environment-cflags.patch b/package/iprutils/iprutils-02-use-environment-cflags.patch deleted file mode 100644 index 8eab450e22..0000000000 --- a/package/iprutils/iprutils-02-use-environment-cflags.patch +++ /dev/null @@ -1,20 +0,0 @@ -Allow CFLAGS to be extended from the environment - -We also remove -g, since we don't necessarily want to build with -debugging symbols. Buildroot will add -g if needed. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - -Index: b/Makefile -=================================================================== ---- a/Makefile -+++ b/Makefile -@@ -9,7 +9,7 @@ - - include version.mk - --CFLAGS = -g -Wall $(IPR_DEFINES) -+override CFLAGS += -Wall $(IPR_DEFINES) - UTILS_VER = $(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL) - TAR = cd .. && tar -zcpf iprutils-$(UTILS_VER)-src.tgz --exclude CVS --exclude applied-patches --exclude series --exclude txt --exclude pc --exclude patches --exclude debug --exclude *~* iprutils - |