|
|
@@ -41,7 +41,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Cryptography
|
|
|
License: BSD
|
|
|
Version: 2.1.9
|
|
|
-Release: 20021205
|
|
|
+Release: 20021209
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
|
|
@@ -90,8 +90,8 @@ AutoReqProv: no
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
|
|
|
%if "%{with_fsl}" == "yes"
|
|
|
- LDFLAGS="-L%{l_prefix}/lib `%{l_prefix}/bin/fsl-config --ldflags`" \
|
|
|
- LIBS="-ldb `%{l_prefix}/bin/fsl-config --libs`" \
|
|
|
+ LDFLAGS="-L%{l_prefix}/lib `%{l_prefix}/bin/fsl-config --all --ldflags`" \
|
|
|
+ LIBS="-ldb `%{l_prefix}/bin/fsl-config --all --libs`" \
|
|
|
%else
|
|
|
LDFLAGS="-L%{l_prefix}/lib" \
|
|
|
LIBS="-ldb" \
|