summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2015-10-01 09:51:14 +0000
committerGraham Leggett <minfrin@apache.org>2015-10-01 09:51:14 +0000
commitd6f43956ed8e6fd886d845d30267b2f8e1201465 (patch)
tree77ac538b1d6083f810906fbbcf5ce5115b009c73 /build
parent30f2e3ed91dec04f1253f94273fe751048338c28 (diff)
downloadapr-d6f43956ed8e6fd886d845d30267b2f8e1201465.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: https://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