nmh: use LDFLAGS of xbps-src.

This commit is contained in:
Enno Boland 2016-02-25 10:37:37 +01:00
parent 0dd3590f15
commit 04f7cf7fb9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-1.6.tar.g
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
pre_build() {
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" sbr/ctype-checked.h
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" LDFLAGS="$BUILD_LDFLAGS" sbr/ctype-checked.h
}
post_install() {