nmh: fix cross build.
This commit is contained in:
parent
637db1f77d
commit
ee470b5348
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nmh'
|
# Template file for 'nmh'
|
||||||
pkgname=nmh
|
pkgname=nmh
|
||||||
version=1.6
|
version=1.6
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/nmh --libdir=/usr/libexec/nmh --with-cyrus-sasl --with-tls"
|
configure_args="--sysconfdir=/etc/nmh --libdir=/usr/libexec/nmh --with-cyrus-sasl --with-tls"
|
||||||
makedepends="ncurses-devel db-devel libsasl-devel libressl-devel"
|
makedepends="ncurses-devel db-devel libsasl-devel libressl-devel"
|
||||||
|
@ -39,6 +39,10 @@ homepage="http://www.nongnu.org/nmh/"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-1.6.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-1.6.tar.gz"
|
||||||
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
|
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" sbr/ctype-checked.h
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT LICENSE
|
vlicense COPYRIGHT LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue