1.1 --- a/lsof/lsof.spec Fri Aug 03 16:49:08 2012 +0200 1.2 +++ b/lsof/lsof.spec Fri Aug 03 16:51:55 2012 +0200 1.3 @@ -32,7 +32,7 @@ 1.4 Group: Debugging 1.5 License: BSD 1.6 Version: 4.86 1.7 -Release: 20120603 1.8 +Release: 20120800 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 @@ -63,7 +63,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" ;;