From: Elan Ruusamäe Date: Sat, 28 Jul 2012 08:01:43 +0000 (+0300) Subject: - use system expat X-Git-Tag: auto/th/python3-3.2.3-6~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=91f8e48f05af9fd86fb53053b572957e8e428810;hp=f4282245befc91346f2bf6fac0fb418bef04fbc4;p=packages%2Fpython3.git - use system expat --- 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)' \