aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuuki Galaxy2021-02-07 14:33:03 +0800
committerYuuki Galaxy2021-02-07 14:33:03 +0800
commit4d221f520f71b3b6f07f49de75142ed059af9c95 (patch)
tree29dcf905043a15c15ef51d0311f004d56d96d882
parent32206325557d2f9b8fb627bae1643dce3ff22536 (diff)
downloadaur-4d221f520f71b3b6f07f49de75142ed059af9c95.tar.gz
Set CFLAGS to empty in `build` section. See <https://github.com/GalaxyAUR/oss-git/pull/6#issue-568885633>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b011e4695756..1ef95c2d4b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,6 +92,7 @@ prepare() {
}
build() {
+ export CFLAGS=""
cd "$srcdir/oss/build"
../configure --config-midi=YES
make build