summaryrefslogtreecommitdiffstats
path: root/libopkg/Makefile.am
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:02:31 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:02:31 (EST)
commit3e2987bc0d65a6cbd29bd7a0ff96d3ce0926ddcd (patch)
tree6a8801f496cd28a3568f51908c803a3d79121c79 /libopkg/Makefile.am
parente107c4253aba1620f80caa375dbe0d405fcdde83 (diff)
=?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian=20systems.
=20=20=20=20=20=20=20Patch=20from=20Jeremy=20Lain=C3=A9=20<jeremy=20laine=20bolloretelecom=20eu>?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opkg.googlecode.com/svn/trunk@58 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/Makefile.am')
-rw-r--r--libopkg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am
index f21ecb2..12fe340 100644
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
@@ -59,7 +59,7 @@ libopkg_la_SOURCES = \
$(opkg_cmd_sources) $(opkg_db_sources) \
$(opkg_util_sources) $(opkg_list_sources)
-libopkg_la_CFLAGS = $(ALL_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)
+libopkg_la_CFLAGS = $(ALL_CFLAGS) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)
lib_LTLIBRARIES = libopkg.la