|
|
@@ -34,7 +34,7 @@ Class: EVAL
|
|
|
Group: Mail
|
|
|
License: MIT-style
|
|
|
Version: 2.25b
|
|
|
-Release: 20041207
|
|
|
+Release: 20050207
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -78,12 +78,17 @@ AutoReqProv: no
|
|
|
|
|
|
%build
|
|
|
# configure program
|
|
|
- CC="%{l_cc}" \
|
|
|
- CFLAGS="%{l_cflags -O}" \
|
|
|
- CPPFLAGS="%{l_cppflags}" \
|
|
|
- LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
|
|
|
- LIBS="%{l_fsl_libs}" \
|
|
|
+ export CC="%{l_cc}"
|
|
|
+ export CFLAGS="%{l_cflags -O}"
|
|
|
+ export CPPFLAGS="%{l_cppflags}"
|
|
|
+ export LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}"
|
|
|
+ export LIBS="%{l_fsl_libs}"
|
|
|
+ case "%{l_platform -t}" in
|
|
|
+ *-sunos* ) LIBS="$LIBS -ldl" ;;
|
|
|
+ esac
|
|
|
+ echo "ac_cv_lbl_static_flag=unknown" >config.cache
|
|
|
./configure \
|
|
|
+ --cache-file=./config.cache \
|
|
|
--prefix=%{l_prefix}
|
|
|
|
|
|
# build program
|