Using the default libdir value ${_prefix}/lib is not always appropriate,
notably this takes care of systems using /usr/lib64 instead of /usr/lib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65823
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
mkdir obj-shared
cd obj-shared
-../configure --prefix=%{_prefix} \
+../configure --prefix=%{_prefix} --libdir=%{_libdir} \
%if ! %{gtk2}
--with-gtk=1 \
%else
mkdir obj-static
cd obj-static
-../configure --prefix=%{_prefix} \
+../configure --prefix=%{_prefix} --libdir=%{_libdir} \
%if ! %{gtk2}
--with-gtk=1 \
%else