diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-27 06:13:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-27 06:13:27 +0000 |
commit | 2647441409bc9d6445aaa6e3371f3d395c58d62a (patch) | |
tree | e8db2104c40cd262815671fad5c80f4c3b774ae0 /testing/npd6 | |
parent | ee7201f7185047c932b2da1ad92818ce55182782 (diff) | |
download | aports-2647441409bc9d6445aaa6e3371f3d395c58d62a.tar.bz2 aports-2647441409bc9d6445aaa6e3371f3d395c58d62a.tar.xz |
testing/npd6: respect CFLAGS and LDFLAGS
Diffstat (limited to 'testing/npd6')
-rw-r--r-- | testing/npd6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/npd6/APKBUILD b/testing/npd6/APKBUILD index bd3bc714f9..3ae925fbe3 100644 --- a/testing/npd6/APKBUILD +++ b/testing/npd6/APKBUILD @@ -18,7 +18,7 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" - make + make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" } package() { |