diff options
author | Graham Leggett <minfrin@apache.org> | 2018-02-26 15:20:29 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-02-26 15:20:29 +0100 |
commit | af467dfbdf7d398bd115c663cee902110613ce99 (patch) | |
tree | b75c4c3bf4adf666e291d2848ae7f3809fa3a0f8 /build | |
parent | Add the ctlogconfig man page to the docs build. (diff) | |
download | apache2-af467dfbdf7d398bd115c663cee902110613ce99.tar.xz apache2-af467dfbdf7d398bd115c663cee902110613ce99.zip |
rpm: Add build for mod_ssl_ct.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825374 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/httpd.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 98177b74f2..340d39f519 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -149,6 +149,7 @@ rm -rf srclib/{apr,apr-util,pcre} --enable-ssl --with-ssl --enable-bucketeer \ --enable-case-filter --enable-case-filter-in \ --enable-policy --enable-crypto \ + --enable-ssl-ct \ --disable-imagemap make %{?_smp_mflags} @@ -480,6 +481,8 @@ rm -rf $RPM_BUILD_ROOT %files -n mod_ssl %defattr(-,root,root) %{_libdir}/httpd/modules/mod_ssl.so +%{_libdir}/httpd/modules/mod_ssl_ct.so +%{_sbindir}/ctlogconfig %config(noreplace) %{_sysconfdir}/httpd/conf/original/extra/httpd-ssl.conf %config(noreplace) %{_sysconfdir}/httpd/conf/extra/httpd-ssl.conf %attr(0700,apache,root) %dir %{_localstatedir}/cache/mod_ssl |