standardize configure flags in RPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
96fcf4d86c
commit
49462b9b65
10
wxBase.spec
10
wxBase.spec
@ -72,11 +72,10 @@ mkdir obj-shared
|
||||
cd obj-shared
|
||||
../configure --prefix=%{pref} --disable-gui \
|
||||
%if %{unicode}
|
||||
--enable-unicode \
|
||||
--enable-unicode
|
||||
%else
|
||||
--with-odbc \
|
||||
--with-odbc
|
||||
%endif
|
||||
--disable-std_iostreams
|
||||
$MAKE
|
||||
cd ..
|
||||
|
||||
@ -84,11 +83,10 @@ mkdir obj-static
|
||||
cd obj-static
|
||||
../configure --prefix=%{pref} --disable-shared --disable-gui \
|
||||
%if %{unicode}
|
||||
--enable-unicode \
|
||||
--enable-unicode
|
||||
%else
|
||||
--with-odbc \
|
||||
--with-odbc
|
||||
%endif
|
||||
--disable-std_iostreams
|
||||
$MAKE
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user