From 767d329677341b305c0aa3927d302ade1073cce2 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Fri, 26 May 2023 11:32:58 +0200 Subject: [PATCH] spec: Remove --enable-vendordir from configuration Signed-off-by: Iker Pedrosa --- pam.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pam.spec b/pam.spec index f6d0108..289cbd4 100644 --- a/pam.spec +++ b/pam.spec @@ -130,8 +130,7 @@ autoreconf -i --disable-prelude \ --enable-audit \ --enable-openssl \ - --enable-selinux \ - --enable-vendordir=%{_datadir} + --enable-selinux %make_build -C po update-gmo %make_build @@ -360,6 +359,7 @@ done as those patches are implemented upstream - Realign left-over patches - Update build requirements for documentation (docbook5) +- Remove --enable-vendordir from configuration * Tue Apr 25 2023 Björn Esser - 1.5.2-19 - Replace deprecated '%%patchN' with '%%patch -P N'