r4427 - in trunk/src/target/opkg: libopkg src

thomas at docs.openmoko.org thomas at docs.openmoko.org
Tue May 13 11:25:20 CEST 2008


Author: thomas
Date: 2008-05-13 11:25:19 +0200 (Tue, 13 May 2008)
New Revision: 4427

Modified:
   trunk/src/target/opkg/libopkg/Makefile.am
   trunk/src/target/opkg/src/Makefile.am
Log:
opkg: remove per-target CFLAGS


Modified: trunk/src/target/opkg/libopkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/libopkg/Makefile.am	2008-05-12 15:11:23 UTC (rev 4426)
+++ trunk/src/target/opkg/libopkg/Makefile.am	2008-05-13 09:25:19 UTC (rev 4427)
@@ -1,5 +1,5 @@
 
-ALL_CFLAGS=-Wall -Werror -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir)
+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)
 
 libopkg_includedir=$(includedir)/libopkg
 libopkg_include_HEADERS= opkg.h
@@ -36,7 +36,6 @@
 	$(opkg_cmd_sources) $(opkg_db_sources) \
 	$(opkg_util_sources) $(opkg_list_sources)
 
-libopkg_la_CFLAGS = $(ALL_CFLAGS) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)
 libopkg_la_LIBADD = $(top_builddir)/libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS)
 # make sure we only export symbols that are for public use
 libopkg_la_LDFLAGS = -export-symbols-regex "^opkg_.*"

Modified: trunk/src/target/opkg/src/Makefile.am
===================================================================
--- trunk/src/target/opkg/src/Makefile.am	2008-05-12 15:11:23 UTC (rev 4426)
+++ trunk/src/target/opkg/src/Makefile.am	2008-05-13 09:25:19 UTC (rev 4427)
@@ -1,9 +1,7 @@
 
 bin_PROGRAMS = opkg-cl
 
-#lib_LTLIBRARIES = libopkg.la
 opkg_cl_SOURCES = opkg-frontend.c
-opkg_cl_CFLAGS = $(ALL_CFLAGS)
 opkg_cl_LDADD = $(top_builddir)/libopkg/libopkg.la \
                 $(top_builddir)/libbb/libbb.la 
 





More information about the commitlog mailing list