|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Mail
|
|
|
License: GPL
|
|
|
Version: 4.0.5
|
|
|
-Release: 20030414
|
|
|
+Release: 20030530
|
|
|
|
|
|
# package options
|
|
|
%option with_pam no
|
|
|
@@ -67,9 +67,9 @@ Provides: POP
|
|
|
%build
|
|
|
# build qpopper
|
|
|
CC="%{l_cc}" \
|
|
|
- CFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
|
|
|
- CPPFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
|
|
|
- LDFLAGS="`%{l_prefix}/bin/fsl-config --all --ldflags`" \
|
|
|
+ CFLAGS="%{l_cflags}" \
|
|
|
+ CPPFLAGS="%{l_cppflags}" \
|
|
|
+ LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`" \
|
|
|
LIBS="`%{l_prefix}/bin/fsl-config --all --libs`" \
|
|
|
%if "%{with_pam}" == "yes"
|
|
|
CFLAGS="$CFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`" \
|