]> git.pld-linux.org Git - packages/python3.git/commitdiff
- use system expat
authorElan Ruusamäe <glen@delfi.ee>
Sat, 28 Jul 2012 08:01:43 +0000 (11:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 28 Jul 2012 08:01:43 +0000 (11:01 +0300)
python3.spec

index 95969872fe3d65131fef487226bf36bcd5a4d20d..5b73130e491389f5d822b134f2aaf0932f273dc3 100644 (file)
@@ -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)' \
This page took 0.035916 seconds and 4 git commands to generate.