initial build steps for the package on centos7
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
8362f15341
commit
f0fc249a12
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue