]> git.pld-linux.org Git - packages/couchdb.git/blobdiff - couchdb.spec
- use pkg-config patch from fc
[packages/couchdb.git] / couchdb.spec
index 6f05fb4bb57bd880dce97bb3035e41bc3a3f75a1..16656887d1b188e2eae007c91923530641494bf4 100644 (file)
@@ -23,6 +23,7 @@ Source0:      http://www.apache.org/dist/couchdb/%{version}/apache-%{name}-%{version}
 Source1:       %{name}.init
 Source2:       %{name}.tmpfiles
 Patch0:                js185.patch
+Patch1:                pkg-config.patch
 URL:           http://couchdb.apache.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.6.3
@@ -67,6 +68,7 @@ widoku.
 %prep
 %setup -q -n apache-%{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -74,9 +76,7 @@ widoku.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --with-erlang=%{_libdir}/erlang%{_includedir} \
-
+%configure
 %{__make}
 
 %install
This page took 0.062829 seconds and 4 git commands to generate.