summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei "Akari" Alexeyev2017-07-23 18:31:06 +0300
committerAndrei "Akari" Alexeyev2017-07-23 18:31:06 +0300
commit4e9bfad135dbfb86089fe92bebc6c1ef302da102 (patch)
treeed558a1fa73e57b925815d7fb487ca442e8d4460
parentb0f5288d6f6b4a483ea3f37229b8cb54a7ed593e (diff)
downloadaur-4e9bfad135dbfb86089fe92bebc6c1ef302da102.tar.gz
don't ignore CFLAGS
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de70a49688ba..094011a8c8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ function build
{
cd "${srcdir}/${_local_repo}/"
- make DP_JPEG_VERSION=80 sdl-release sv-release
+ make CPUOPTIMIZATIONS="$CFLAGS" DP_JPEG_VERSION=80 sdl-release sv-release
}
function package