[packages/python3] - use system expat
glen
glen at pld-linux.org
Sat Jul 28 10:01:48 CEST 2012
commit 91f8e48f05af9fd86fb53053b572957e8e428810
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jul 28 11:01:43 2012 +0300
- use system expat
python3.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python3.spec b/python3.spec
index 9596987..5b73130 100644
--- a/python3.spec
+++ b/python3.spec
@@ -451,6 +451,7 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
%patch6 -p1
%{__rm} -r Modules/zlib
+%{__rm} -r Modules/expat
for SUBDIR in darwin libffi libffi_arm_wince libffi_msvc libffi_osx; do
%{__rm} -r Modules/_ctypes/$SUBDIR
@@ -488,6 +489,7 @@ CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
--with-threads \
--with-doc-strings \
--with-fpectl \
+ --with-system-expat \
--with-system-ffi \
--with-computed-gotos \
LINKCC='$(PURIFY) $(CXX)' \
More information about the pld-cvs-commit
mailing list