David Runge pushed to branch main at Arch Linux / Packaging / Packages / pgbackrest
Commits: c90585ef by Solskogen at 2025-08-22T17:44:12+02:00 Remove redundant CFLAGS and LDFLAGS and rearrange - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -18,15 +18,10 @@ backup=(etc/$pkgname/$pkgname.conf) prepare() { echo '# Placeholder config. See https://pgbackrest.org/configuration.html for more info.' > example.conf - - export CFLAGS="$CFLAGS -fcf-protection" - export CXXFLAGS="$CXXFLAGS -fcf-protection" - export LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now -Wl,-z,shstk" - - arch-meson $pkgname-release-$pkgver build } build() { + arch-meson $pkgname-release-$pkgver build meson compile -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgbackrest/-/commit/c90585ef3825830330ffb49fdaf3d2e9eeefb043 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgbackrest/-/commit/c90585ef3825830330ffb49fdaf3d2e9eeefb043 You're receiving this email because of your account on gitlab.archlinux.org.