Changeset 4235
- Timestamp:
- 03/20/08 13:17:42 (5 years ago)
- Location:
- trunk/src/target/opkg
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
libopkg/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/opkg/configure.ac
r4142 r4235 94 94 AC_CHECK_MEMBERS([struct stat.st_rdev]) 95 95 96 # Checks endianness 97 AC_C_BIGENDIAN(ENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",) 98 AC_SUBST(BIGENDIAN_CFLAGS) 99 96 100 # Don't do annoying tests that don't work when cross-compiling, just trust them. 97 101 # The AC_FUNC_MEMCMP test doesn't work during a cross-compile, disable. -
trunk/src/target/opkg/libopkg/Makefile.am
r4204 r4235 60 60 $(opkg_util_sources) $(opkg_list_sources) 61 61 62 libopkg_la_CFLAGS = $(ALL_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS)62 libopkg_la_CFLAGS = $(ALL_CFLAGS) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) 63 63 lib_LTLIBRARIES = libopkg.la 64 64
Note: See TracChangeset
for help on using the changeset viewer.
