git » cpio.git » commit a9032b9

drop no longer required CFLAGS workaround

author Daniel Tobias
2025-07-01 14:15:22 UTC
committer Daniel Tobias
2025-07-01 14:15:22 UTC
parent 6a1567ed172e187ced4e013e5d97a9ca13399a75

drop no longer required CFLAGS workaround

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index e2ee034..872b15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,6 @@ prepare() {
 
 build() {
   cd "${pkgname}"
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }