|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Cryptography
|
|
Group: Cryptography
|
|
|
License: BSD
|
|
License: BSD
|
|
|
Version: 2.1.13
|
|
Version: 2.1.13
|
|
|
-Release: 20030417
|
|
|
|
|
|
|
+Release: 20030530
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_pam no
|
|
%option with_pam no
|
|
@@ -102,7 +102,7 @@ AutoReqProv: no
|
|
|
lib/server.c
|
|
lib/server.c
|
|
|
|
|
|
|
|
# determine build flags
|
|
# determine build flags
|
|
|
- cflags="%{l_cflags -O} `%{l_prefix}/bin/fsl-config --all --cflags` %{l_cppflags}"
|
|
|
|
|
|
|
+ cflags="%{l_cflags -O} %{l_cppflags}"
|
|
|
ldflags="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`"
|
|
ldflags="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`"
|
|
|
libs="-ldb `%{l_prefix}/bin/fsl-config --all --libs`"
|
|
libs="-ldb `%{l_prefix}/bin/fsl-config --all --libs`"
|
|
|
%if "%{with_ldap}" == "yes"
|
|
%if "%{with_ldap}" == "yes"
|
|
@@ -198,7 +198,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
# post-adjust installation
|
|
# post-adjust installation
|
|
|
mv $RPM_BUILD_ROOT%{l_prefix}/lib/sasl2 \
|
|
mv $RPM_BUILD_ROOT%{l_prefix}/lib/sasl2 \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/lib/sasl/
|
|
|
|
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/lib/sasl
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
|
|
|
|
|
|
|
|
# install saslauthd test program
|
|
# install saslauthd test program
|