Ignore:
Timestamp:
03/13/08 16:38:39 (5 years ago)
Author:
thomas
Message:

opkg: enable -Werror in libopkg and fix resulting build failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/Makefile.am

    r4200 r4204  
    11 
    2 ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir) 
     2ALL_CFLAGS=-g -O -Wall -Werror -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir) 
    33 
    44libopkg_includedir=$(includedir)/libopkg 
Note: See TracChangeset for help on using the changeset viewer.