initial build steps for the package on centos7

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-10-02 04:12:27 -04:00
parent 8362f15341
commit f0fc249a12
1 changed files with 4 additions and 0 deletions

View File

@ -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 \