fix bug 163593

This commit is contained in:
jvdias 2005-07-19 14:44:14 +00:00
parent e376a63b29
commit 0204f70910

View File

@ -3,7 +3,7 @@
Summary: A Router Advertisement daemon
Name: radvd
Version: 0.8
Release: 1.FC5
Release: 2.FC5
License: BSD-style
Group: System Environment/Daemons
Source: http://www.litech.org/radvd/radvd-%{version}.tar.gz
@ -25,7 +25,9 @@ services.
%setup
%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
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
%configure --with-pidfile=/var/run/radvd/radvd.pid
make
# make %{?_smp_mflags}
# Parallel builds still fail because seds that transform y.tab.x into
@ -80,6 +82,9 @@ fi
%{_sbindir}/radvdump
%changelog
* Tue Jul 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.8.2.FC5
- fix bug 163593: must use '%%configure' to get correct conf file location
* Mon Jul 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.8-1.FC5
- Upgrade to upstream version 0.8