[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Oct 2 07:41:57 UTC 2017


    Date: Monday, October 2, 2017 @ 07:41:53
  Author: eworm
Revision: 306533

use our meson wrapper packaged with meson

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 06:57:53 UTC (rev 306532)
+++ PKGBUILD	2017-10-02 07:41:53 UTC (rev 306533)
@@ -129,9 +129,6 @@
   local timeservers=({0..3}.arch.pool.ntp.org)
 
   local meson_options=(
-    --buildtype=release
-    -Db_lto=true
-
     -Daudit=false
     -Dgnuefi=true
     -Dima=false
@@ -149,9 +146,12 @@
     -Dsysvrcnd-path=
   )
 
-  meson "$pkgbase-stable" build "${meson_options[@]}"
+  mkdir build
+  cd build
 
-  ninja -C build
+  arch-meson ../"$pkgbase-stable" "${meson_options[@]}"
+
+  ninja
 }
 
 package_systemd() {



More information about the arch-commits mailing list