mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
nmh: use LDFLAGS of xbps-src.
This commit is contained in:
parent
0dd3590f15
commit
04f7cf7fb9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-1.6.tar.g
|
||||||
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
|
checksum=29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
|
||||||
|
|
||||||
pre_build() {
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue