From 18337762d0ee03990aad1bb8c0d80c4b35994b3b Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 19 Feb 2018 07:08:48 +0000 Subject: [PATCH] alsa-lib: use build_with_debug() helper function --- packages/audio/alsa-lib/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/alsa-lib/package.mk b/packages/audio/alsa-lib/package.mk index c21db4ceaa..7110dfd95a 100644 --- a/packages/audio/alsa-lib/package.mk +++ b/packages/audio/alsa-lib/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="alsa-lib: Advanced Linux Sound Architecture library" PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux." PKG_TOOLCHAIN="autotools" -if [ "$DEBUG" = yes ]; then +if build_with_debug; then ALSA_DEBUG=--with-debug else ALSA_DEBUG=--without-debug