Show
Ignore:
Timestamp:
03/24/09 08:40:11 (3 years ago)
Author:
sleipnir
Message:

We only ne to autoreconf dbus to make it cross-compile. A patch is not required!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/sys-apps/dbus/dbus-1.2.3-r1.ebuild

    r256 r267  
    3535        epatch "${FILESDIR}"/${P}-bsd.patch 
    3636 
    37         # Fix cross-compilation by using the correct sys_lib_search_path_spec 
    38         epatch "${FILESDIR}"/${P}-cross-sys_lib_search_path_spec.patch 
    39  
    40         # We need to redo the autoconf/automake magic because of the above patch 
    41         eautoreconf || die "Autoreconf failed" 
     37        # We need to do the autoconf/automake magic because otherwise 
     38        # cross-compilation will fail due to a wrong sys_lib_search_path_spec. 
     39        eautoreconf 
    4240} 
    4341