updated build env in patch

This commit is contained in:
Douglas E. Warner 2009-03-25 13:16:59 +00:00
parent 3407026984
commit 0045aaaebf
2 changed files with 24620 additions and 16 deletions

View File

@ -75,9 +75,12 @@ can run on a serial terminal or terminal emulator.
%build
%configure --enable-dbus --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%configure \
--disable-rpath \
--enable-dbus \
--disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ltmain.sh
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ltmain.sh
make %{?_smp_mflags}

File diff suppressed because it is too large Load Diff