Upgrade to upstream version 0.8; fix bug 159005
This commit is contained in:
parent
ce23519c41
commit
e376a63b29
@ -1,2 +1,3 @@
|
||||
radvd-0.7.2.tar.gz
|
||||
radvd-0.7.3.tar.gz
|
||||
radvd-0.8.tar.gz
|
||||
|
@ -26,7 +26,11 @@ services.
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE" LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen' ./configure --with-pidfile=/var/run/radvd/radvd.pid
|
||||
make %{?_smp_mflags}
|
||||
make
|
||||
# make %{?_smp_mflags}
|
||||
# Parallel builds still fail because seds that transform y.tab.x into
|
||||
# scanner/gram.x are not executed before compile of scanner/gram.x
|
||||
#
|
||||
|
||||
%install
|
||||
[ $RPM_BUILD_ROOT != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user