Date: Monday, January 23, 2023 @ 15:32:17
Author: daurnimator
Revision: 1387947
No need to specify the glibc version
Modified:
ncdu/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-23 15:30:14 UTC (rev 1387946)
+++ PKGBUILD 2023-01-23 15:32:17 UTC (rev 1387947)
@@ -37,7 +37,7 @@
DESTDIR="build" zig build \
--prefix /usr \
--search-prefix /usr \
- -Dtarget=native-linux.5.15-gnu.2.34 \
+ -Dtarget=native-linux.5.15-gnu \
-Dcpu=baseline \
-Drelease-safe
}
@@ -48,7 +48,7 @@
zig build test \
--prefix /usr \
--search-prefix /usr \
- -Dtarget=native-linux.5.15-gnu.2.34 \
+ -Dtarget=native-linux.5.15-gnu \
-Dcpu=baseline \
-Drelease-safe
}