From 6648a9230f1b911a8437f4893162d140ab5cf158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 12 Jan 2021 11:04:39 +0100 Subject: [PATCH] Install DLZ modules to named location Make compatibility symlinks to original bind location. --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 7938b62..ccdded9 100644 --- a/bind.spec +++ b/bind.spec @@ -698,7 +698,7 @@ install -m 644 %{SOURCE49} ${RPM_BUILD_ROOT}%{_sysconfdir}/named-chroot.files pushd build pushd contrib/dlz/modules for DIR in filesystem ldap mysql mysqldyn sqlite3; do - %make_install -C $DIR libdir=%{_libdir}/bind + %make_install -C $DIR libdir=%{_libdir}/named done pushd ${RPM_BUILD_ROOT}/%{_libdir}/bind cp -s ../named/dlz_*.so .