summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2015-10-01 09:51:14 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2015-10-01 09:51:14 +0000
commit54ce4e3210dbf5bef561dcd17afc577d342a6bc8 (patch)
tree77ac538b1d6083f810906fbbcf5ce5115b009c73 /build
parent8417698945fdc5456b91d4b899f1b58ce5f94a7d (diff)
downloadlibapr-54ce4e3210dbf5bef561dcd17afc577d342a6bc8.tar.gz
RPM spec: Add libuuid-devel to the build requirements to avoid autoconf
from compensating for it by silently leaving it out. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1706211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/rpm/apr.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/apr.spec.in b/build/rpm/apr.spec.in
index 62656aba7..4a2645527 100644
--- a/build/rpm/apr.spec.in
+++ b/build/rpm/apr.spec.in
@@ -10,7 +10,7 @@ Group: System Environment/Libraries
URL: http://apr.apache.org/
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: autoconf, libtool, doxygen, python, libuuid
+BuildRequires: autoconf, libtool, doxygen, libuuid-devel, python
%description
The mission of the Apache Portable Runtime (APR) is to provide a