1.1 --- a/lsof/lsof.spec Thu Jan 08 10:19:54 2009 +0100 1.2 +++ b/lsof/lsof.spec Thu Jan 08 10:21:08 2009 +0100 1.3 @@ -32,7 +32,7 @@ 1.4 Group: Debugging 1.5 License: BSD 1.6 Version: 4.81 1.7 -Release: 20081023 1.8 +Release: 20090106 1.9 1.10 # list of sources 1.11 Source0: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz 1.12 @@ -67,7 +67,7 @@ 1.13 cd lsof_%{version}_src 1.14 export PATH="/bin:/usr/bin:$PATH" 1.15 export LSOF_CC="%{l_cc}" 1.16 - export LSOF_MAKE="%{l_make} %{l_mflags}" 1.17 + export LSOF_MAKE="%{l_make} %{l_mflags -O}" 1.18 case "%{l_platform -t}" in 1.19 *-freebsd* ) platform="freebsd"; LSOF_CC="/usr/bin/cc"; LSOF_MAKE="/usr/bin/make" ;; 1.20 *-linux* ) platform="linux" ;;