- Timestamp:
- 03/24/09 08:40:11 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/sys-apps/dbus/dbus-1.2.3-r1.ebuild
r256 r267 35 35 epatch "${FILESDIR}"/${P}-bsd.patch 36 36 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 42 40 } 43 41
