From f0fc249a12652b4b7b83e2c504187ce6352f2ecb Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 2 Oct 2018 04:12:27 -0400 Subject: [PATCH] initial build steps for the package on centos7 Signed-off-by: Vincent Batts --- shadow-utils.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shadow-utils.spec b/shadow-utils.spec index 8587c71..9b9e883 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -97,6 +97,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fpie" export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %endif +rm aclocal.m4 +aclocal +libtoolize --force + autoreconf %configure \ --enable-shadowgrp \