Upgrade to upstream version 0.8; fix bug 159005

This commit is contained in:
jvdias 2005-07-18 17:55:32 +00:00
parent ce23519c41
commit e376a63b29
3 changed files with 7 additions and 3 deletions

View File

@ -1,2 +1,3 @@
radvd-0.7.2.tar.gz
radvd-0.7.3.tar.gz
radvd-0.8.tar.gz

View File

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

View File

@ -1,2 +1 @@
26ea468b2323e44cf827ae5f84d18dc8 radvd-0.7.2.tar.gz
56ce3f8cbf5966a0d531c21813320423 radvd-0.7.3.tar.gz
374c18e6aa456b02951b42b661cf855a radvd-0.8.tar.gz