--disable-silent-rules \
--with-modules='' \
--with-lua \
- --with-dynmodules='%{backends}' \
+ --with-dynmodules='%{backends} random' \
--enable-cryptopp \
--enable-tools \
--enable-remotebackend-http \
%{_mandir}/man1/pdnssec.1.gz
%{_initrddir}/pdns
%dir %{_libdir}/%{name}/
+%{_libdir}/%{name}/librandombackend.so
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/pdns.conf
--with-modules='' \
--with-system-mbedtls \
--with-lua \
- --with-dynmodules='%{backends}' \
+ --with-dynmodules='%{backends} random' \
--enable-cryptopp \
--enable-tools \
--enable-unit-tests
%{_mandir}/man1/pdnssec.1.gz
%{_unitdir}/pdns.service
%dir %{_libdir}/%{name}/
+%{_libdir}/%{name}/librandombackend.so
%dir %{_sysconfdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/pdns.conf
CXXFLAGS += -DPACKAGEVERSION='"$(version)"'
# Backends
-backends := bind ldap pipe gmysql gpgsql gsqlite3 geoip lua mydns remote
+backends := bind ldap pipe gmysql gpgsql gsqlite3 geoip lua mydns remote random
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)