mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
libuv: use our C{,XX}FLAGS to generate a proper -dbg pkg.
This commit is contained in:
parent
6c0032ef0c
commit
542c4f1a43
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'libuv'
|
# Template build file for 'libuv'
|
||||||
pkgname=libuv
|
pkgname=libuv
|
||||||
version=0.10.27
|
version=0.10.27
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="multi-platform support library with a focus on asynchronous I/O."
|
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="BSD/ISC"
|
license="BSD/ISC"
|
||||||
homepage="http://libuv.org/"
|
homepage="http://libuv.org/"
|
||||||
|
@ -10,7 +10,7 @@ distfiles="https://github.com/joyent/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=19e52f6abbd6ad8bce865b548d7ab3e1e071b159503a1d0c5664fa4b97fb5c7f
|
checksum=19e52f6abbd6ad8bce865b548d7ab3e1e071b159503a1d0c5664fa4b97fb5c7f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make \
|
make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
||||||
CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
|
||||||
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="$STRIP"
|
CPP="$CPP" AS="$AS" OBJDUMP="$OBJDUMP" STRIP="$STRIP"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue