Ignore:
Timestamp:
03/20/08 13:17:42 (5 years ago)
Author:
thomas
Message:

opkg: Fix md5 sum on big endian systems.

Patch from Jeremy Lainé <jeremy laine bolloretelecom eu>

File:
1 edited

Legend:

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

    r4204 r4235  
    6060        $(opkg_util_sources) $(opkg_list_sources) 
    6161 
    62 libopkg_la_CFLAGS = $(ALL_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) 
     62libopkg_la_CFLAGS = $(ALL_CFLAGS) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) 
    6363lib_LTLIBRARIES = libopkg.la 
    6464 
Note: See TracChangeset for help on using the changeset viewer.