updated build env in patch
This commit is contained in:
parent
3407026984
commit
0045aaaebf
@ -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
Loading…
Reference in New Issue
Block a user