summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-22 13:47:57 -0500
committerVincent Grande2020-12-22 13:47:57 -0500
commit30ba7e49e67f150eae66e5e41c440b17a8fdfbed (patch)
tree651010226ab94adc5261755443c8b1bd7eb5530c
parent8d22c9b802ce9e9b0c5f6f15c68b5523a31e3cec (diff)
downloadaur-30ba7e49e67f150eae66e5e41c440b17a8fdfbed.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba3224fa6b97..69728b9edab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,8 +58,8 @@ build() {
--disable-mallinfo \
--without-snmp-address \
--disable-libusb \
- --disable-libpaper
-# --with-optim="$CFLAGS"
+ --disable-libpaper \
+ --with-optim="" # cant find C compiler using default "$CFLAGS"
make
}