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