From 260c8f7eb66e9cb0f0ebe17b4ff458faa13aceb8 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Feb 2009 14:11:12 +0000 Subject: opkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-bounds into TARGET_CFLAGS instead of a patch and make it conditional git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14508 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/patches/005-array_warnings.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package/opkg/patches/005-array_warnings.patch (limited to 'package/opkg/patches') diff --git a/package/opkg/patches/005-array_warnings.patch b/package/opkg/patches/005-array_warnings.patch deleted file mode 100644 index deaffbe33..000000000 --- a/package/opkg/patches/005-array_warnings.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/libopkg/Makefile.am -+++ b/libopkg/Makefile.am -@@ -1,6 +1,6 @@ - - HOST_CPU=@host_cpu@ --AM_CFLAGS=-Wall -Werror -DHOST_CPU_STR=\"$(HOST_CPU)\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) -+AM_CFLAGS=-Wall -Werror -Wno-array-bounds -DHOST_CPU_STR=\"$(HOST_CPU)\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) - - libopkg_includedir=$(includedir)/libopkg - libopkg_include_HEADERS= opkg.h -- cgit v1.2.3