Merge pull request #239 from Ypnose/master
s-nail: Enable IDNA for NON-US-ASCII
This commit is contained in:
commit
e528ae1031
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
pkgname=s-nail
|
pkgname=s-nail
|
||||||
version=14.5.1
|
version=14.5.1
|
||||||
_version="14_5_1"
|
_version="14_5_1"
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel libidn-devel"
|
||||||
short_desc="Mail processing system with a command syntax reminiscent of ed"
|
short_desc="Mail processing system with a command syntax reminiscent of ed"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -13,7 +13,7 @@ checksum=5db746771d1cd33350ff6dc3a1249cf7b7a5b025fc5b90f9ff21a917f599501a
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr SYSCONFDIR=/etc SID= NAIL=mail BINDIR=/usr/bin \
|
make PREFIX=/usr SYSCONFDIR=/etc SID= NAIL=mail BINDIR=/usr/bin \
|
||||||
MANDIR=/usr/share/man MAILSPOOL=/var/spool/mail XPAGER=less config
|
MANDIR=/usr/share/man MAILSPOOL=/var/spool/mail XPAGER=less WANT_IDNA=1 config
|
||||||
make CC=$CC ${makejobs} build
|
make CC=$CC ${makejobs} build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue