packages: wxWidgets/wxWidgets.spec - x86_64 fails without -fPIC

hawk hawk at pld-linux.org
Thu Jan 14 18:07:56 CET 2010


Author: hawk                         Date: Thu Jan 14 17:07:56 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- x86_64 fails without -fPIC

---- Files affected:
packages/wxWidgets:
   wxWidgets.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: packages/wxWidgets/wxWidgets.spec
diff -u packages/wxWidgets/wxWidgets.spec:1.83 packages/wxWidgets/wxWidgets.spec:1.84
--- packages/wxWidgets/wxWidgets.spec:1.83	Thu Oct 29 10:26:58 2009
+++ packages/wxWidgets/wxWidgets.spec	Thu Jan 14 18:07:50 2010
@@ -12,7 +12,7 @@
 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
@@ -486,7 +486,7 @@
 %{__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} \
@@ -824,6 +824,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2010/01/14 17:07:50  hawk
+- x86_64 fails without -fPIC
+
 Revision 1.83  2009/10/29 09:26:58  sls
 - added gsocket.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wxWidgets/wxWidgets.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list