From 48081df32ece3c04cfdc798cff96213287311c7e Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 4 May 2022 19:50:40 +0000 Subject: system/libexecinfo: clean up unnecessary flags. --- system/libexecinfo/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libexecinfo/APKBUILD') diff --git a/system/libexecinfo/APKBUILD b/system/libexecinfo/APKBUILD index 0d240b86c..b2a2c4591 100644 --- a/system/libexecinfo/APKBUILD +++ b/system/libexecinfo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=libexecinfo pkgver=1.1 -pkgrel=2 +pkgrel=3 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 -fno-omit-frame-pointer $CFLAGS -o test test.c -lexecinfo + ${CC:-cc} -I. -L. -ggdb -o test test.c -lexecinfo ./test } -- cgit v1.2.3-60-g2f50