]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- x86_64 fails without -fPIC auto/ti/wxWidgets-2_8_10-3
authorhawk <hawk@pld-linux.org>
Thu, 14 Jan 2010 17:07:50 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.84

wxWidgets.spec

index 5ef6943d27c721ba1dd0a52caa53dd5998a14c06..bc031626fe1125e5f5d6e1ec5cc87730d464de41 100644 (file)
@@ -11,7 +11,7 @@ Summary:      wxWidgets library
 Summary(pl.UTF-8):     Biblioteka wxWidgets
 Name:          wxWidgets
 Version:       2.8.10
-Release:       2
+Release:       3
 License:       wxWindows Library Licence 3.1 (LGPL v2+ with exception)
 Group:         X11/Libraries
 Source0:       http://ftp.wxwidgets.org/pub/%{version}/%{name}-%{version}.tar.bz2
@@ -485,7 +485,7 @@ cp -f /usr/share/automake/config.sub .
 %{__aclocal} -I build/aclocal
 %{__autoconf}
 
-CPPFLAGS="%{rpmcppflags} %{rpmcflags} -I`pwd`/include"; export CPPFLAGS
+CPPFLAGS="%{rpmcppflags} %{rpmcflags} -fPIC -I`pwd`/include"; export CPPFLAGS
 # avoid adding -s to LDFLAGS
 LDFLAGS=" "; export LDFLAGS
 args="%{?with_debug:--enable-debug}%{!?with_debug:--disable-debug} \
This page took 0.029376 seconds and 4 git commands to generate.