diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-09-25 11:57:26 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-09-25 11:57:26 -0700 | 
| commit | e1d4720521ac287f7bbbf149261790f214ef776d (patch) | |
| tree | 319afec7996c9c668bea84cccb005bdcc81a5be0 | |
| parent | Updated to 1.44.0 (diff) | |
| download | networkmanager-e1d4720521ac287f7bbbf149261790f214ef776d.tar.xz | |
Build with fortify source 3 downgraded to 2.
| -rw-r--r-- | PKGBUILD | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ pkgname=(  )  _basever=1.44  pkgver=${_basever}.0 -pkgrel=1 +pkgrel=1.2  pkgdesc="Network connection manager and user applications"  pkgdesc+=", modified for openrc"  url="https://networkmanager.dev/" @@ -109,6 +109,10 @@ build() {      -D qt=false    ) +  # NM uses malloc_usable_size in code copied from systemd +  CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" +  CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" +    arch-meson ${_altname}-${pkgver} build "${meson_options[@]}"    meson compile -C build ${MAKEFLAGS}  }  | 
