Accepting request 30527 from home:jengelh:branches:network:utilities

Copy from home:jengelh:branches:network:utilities/net-tools via accept of submit request 30527 revision 2.
Request was accepted with message:
looks fine sles9 brokeness is elsewhere

OBS-URL: https://build.opensuse.org/request/show/30527
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-tools?expand=0&rev=19
This commit is contained in:
OBS User mrdocs 2010-01-28 21:15:13 +00:00 committed by Git OBS Bridge
parent e54155a814
commit 6f133a7fb3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 26 22:35:03 CET 2010 - jengelh@medozas.de
- make sure -m64 is passed to the linker in 64-bit mode
-------------------------------------------------------------------
Fri Jan 1 21:07:12 CET 2010 - ms@suse.de

View File

@ -145,7 +145,7 @@ cd ..
%build
make config
make COPTS="-D_GNU_SOURCE $RPM_OPT_FLAGS" LOPTS=""
make COPTS="-D_GNU_SOURCE $RPM_OPT_FLAGS" LOPTS="$RPM_OPT_FLAGS"
cd traceroute-*
make CCOPTS="$RPM_OPT_FLAGS -fpie" LDOPTS="-pie"
cd ..