From f160dc08c3148f0c343ee087c6725da9b443c4ee Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 4 Dec 2024 14:52:27 +0000 Subject: system/libexecinfo: fix accidental CFLAGS removal. --- system/libexecinfo/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libexecinfo') diff --git a/system/libexecinfo/APKBUILD b/system/libexecinfo/APKBUILD index b2a2c4591..02ec8213c 100644 --- a/system/libexecinfo/APKBUILD +++ b/system/libexecinfo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=libexecinfo pkgver=1.1 -pkgrel=3 +pkgrel=4 pkgdesc="Library for inspecting backtraces" url="https://www.freshports.org/devel/libexecinfo" arch="all" @@ -21,7 +21,7 @@ build() { } check() { - ${CC:-cc} -I. -L. -ggdb -o test test.c -lexecinfo + ${CC:-cc} -I. -L. ${CFLAGS} -o test test.c -lexecinfo ./test } -- cgit v1.2.3-70-g09d2