diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index e9f17a3400b..4539bf3a087 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -19,7 +19,8 @@ homepage="https://csound.com/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" checksum=bef349c5304b2d3431ef417933b4c9e9469c0a408a4fa4a98acf0070af360a22 -CXXFLAGS="-Wno-error" +CFLAGS="-fcommon" +CXXFLAGS="-Wno-error -fcommon" case $XBPS_TARGET_MACHINE in *-musl) makedepends+=" libexecinfo-devel";;