diff --git a/wxGTK.spec b/wxGTK.spec index 9ec6a4216f..82379d28bb 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -140,7 +140,7 @@ fi mkdir obj-shared cd obj-shared -../configure --prefix=%{_prefix} \ +../configure --prefix=%{_prefix} --libdir=%{_libdir} \ %if ! %{gtk2} --with-gtk=1 \ %else @@ -158,7 +158,7 @@ cd .. mkdir obj-static cd obj-static -../configure --prefix=%{_prefix} \ +../configure --prefix=%{_prefix} --libdir=%{_libdir} \ %if ! %{gtk2} --with-gtk=1 \ %else