Lines 39-45
VIRTUALCHROOT_DESC= Follow symlinks outs
Link Here
|
39 |
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |
39 |
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |
40 |
--with-altlog --with-cookie --with-diraliases \ |
40 |
--with-altlog --with-cookie --with-diraliases \ |
41 |
--with-everything --with-extauth --with-ftpwho \ |
41 |
--with-everything --with-extauth --with-ftpwho \ |
42 |
--with-language=${LANG} --with-paranoidmsg --with-puredb \ |
42 |
--with-language=${LANGUAGE} --with-paranoidmsg --with-puredb \ |
43 |
--with-quotas --with-ratios |
43 |
--with-quotas --with-ratios |
44 |
GNU_CONFIGURE= yes |
44 |
GNU_CONFIGURE= yes |
45 |
USE_PERL5= run |
45 |
USE_PERL5= run |
Lines 60-66
SUB_LIST= PAM_DIR=${PAM_DIR} PAM_TARGET=
Link Here
|
60 |
SHEBANG_FILES= contrib/pure-stat.pl contrib/pure-vpopauth.pl |
60 |
SHEBANG_FILES= contrib/pure-stat.pl contrib/pure-vpopauth.pl |
61 |
|
61 |
|
62 |
CONTRIB= pure-stat.pl pure-vpopauth.pl xml_python_processors.txt |
62 |
CONTRIB= pure-stat.pl pure-vpopauth.pl xml_python_processors.txt |
63 |
LANG?= english |
63 |
LANGUAGE?= english |
64 |
PAM_DIR?= ${EXAMPLESDIR}/pam |
64 |
PAM_DIR?= ${EXAMPLESDIR}/pam |
65 |
PAM_TARGET?= pure-ftpd |
65 |
PAM_TARGET?= pure-ftpd |
66 |
PAM_TEMPL?= ${FILESDIR}/pam.conf.5 |
66 |
PAM_TEMPL?= ${FILESDIR}/pam.conf.5 |
Lines 100-106
CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_op
Link Here
|
100 |
pre-fetch: |
100 |
pre-fetch: |
101 |
@${ECHO_MSG} "You can use the following additional options:" |
101 |
@${ECHO_MSG} "You can use the following additional options:" |
102 |
@${ECHO_MSG} "" |
102 |
@${ECHO_MSG} "" |
103 |
@${ECHO_MSG} "LANG=lang (default: english)" |
103 |
@${ECHO_MSG} "LANGUAGE=lang (default: english)" |
104 |
@${ECHO_MSG} "- Enable compilation of one language support" |
104 |
@${ECHO_MSG} "- Enable compilation of one language support" |
105 |
@${ECHO_MSG} " available lang: brazilian-portuguese, catalan, czech, danish, dutch," |
105 |
@${ECHO_MSG} " available lang: brazilian-portuguese, catalan, czech, danish, dutch," |
106 |
@${ECHO_MSG} " english, french, french-funny, german, hungarian, italian, korean," |
106 |
@${ECHO_MSG} " english, french, french-funny, german, hungarian, italian, korean," |