opkg: Add Wno-array-bounds to opkg CFLAGS to avoid bogus errors with Werror and gcc 4.3.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4888 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-19 09:07:50 +00:00
parent 270817188a
commit e8011472e5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ FILES_libopkg = "${libdir}/*.so.*"
OPKG_INIT_POSITION = "98"
OPKG_INIT_POSITION_slugos = "41"
TARGET_CFLAGS += "-Wno-array-bounds"
pkg_postinst_opkg () {
#!/bin/sh
if [ "x$D" != "x" ]; then