]> git.pld-linux.org Git - packages/apache-mod_qos.git/commitdiff
- more BR auto/th/apache-mod_qos-11.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Jun 2014 12:06:42 +0000 (14:06 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Jun 2014 12:06:42 +0000 (14:06 +0200)
apache-mod_qos.spec

index 914cc5261efee69772edcca5381db4996eb0d044..3c7e6680e7d8b1f66b5a3b98be7a0bd7e7cc0b38 100644 (file)
@@ -12,6 +12,9 @@ Source1:      %{name}.conf
 URL:           http://opensource.adnovum.ch/mod_qos/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.0
+BuildRequires: libpng-devel
+BuildRequires: openssl-devel
+BuildRequires: pcre-devel
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      apache(modules-api) = %apache_modules_api
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,7 +37,9 @@ cd tools
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-apxs=%{apxs}
+       --with-pcre=%{_bindir} \
+       --with-png=%{_bindir} \
+       --with-ssl=%{_prefix}
 %{__make}
 cd ..
 
This page took 0.057312 seconds and 4 git commands to generate.