diff -r f9bd3f5f28c7 -r 88242dc55a66 lsof/lsof.spec --- a/lsof/lsof.spec Thu Jan 08 10:19:54 2009 +0100 +++ b/lsof/lsof.spec Thu Jan 08 10:21:08 2009 +0100 @@ -32,7 +32,7 @@ Group: Debugging License: BSD Version: 4.81 -Release: 20081023 +Release: 20090106 # list of sources Source0: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz @@ -67,7 +67,7 @@ cd lsof_%{version}_src export PATH="/bin:/usr/bin:$PATH" export LSOF_CC="%{l_cc}" - export LSOF_MAKE="%{l_make} %{l_mflags}" + export LSOF_MAKE="%{l_make} %{l_mflags -O}" case "%{l_platform -t}" in *-freebsd* ) platform="freebsd"; LSOF_CC="/usr/bin/cc"; LSOF_MAKE="/usr/bin/make" ;; *-linux* ) platform="linux" ;;