]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- unbreak xml2-config --libs on 32-bit subarchs (to be usable with multilib)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Dec 2006 15:19:13 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2.spec -> 1.146

libxml2.spec

index c7e1773e89e99b68caadf905092f2e5f37a213a6..d48d22f6c841fe89227b0fedfc7b21056f2a70a4 100644 (file)
@@ -27,6 +27,7 @@ BuildRequires:        libtool >= 1:1.4.2-9
 %{?with_python:BuildRequires:  python-devel}
 %{?with_python:BuildRequires:  python-modules}
 %{?with_python:BuildRequires:  rpm-pythonprov}
+BuildRequires: sed >= 4.0
 BuildRequires: zlib-devel
 # history support in xmllint is disabled by default
 #BuildRequires:        ncurses-devel
@@ -124,6 +125,8 @@ Modu
 %patch2 -p1
 %patch3 -p1
 
+sed -i -e 's,-L/usr/lib64,-L/usr/%{_lib},' xml2-config.in
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.115347 seconds and 4 git commands to generate.