mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/pacman to 5.2.2-3
This commit is contained in:
parent
77744b0157
commit
afc5d66a51
2 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
# vim: set ts=2 sw=2 et:
|
# vim: set ts=2 sw=2 et:
|
||||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
# Maintainer:
|
||||||
# Maintainer: Dave Reisner <dreisner@archlinux.org>
|
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - arch/host/flags for arm, armv6h, armv7h, and aarch64
|
# - arch/host/flags for arm, armv6h, armv7h, and aarch64
|
||||||
|
@ -12,7 +11,7 @@
|
||||||
|
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
pkgver=5.2.2
|
pkgver=5.2.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A library-based package manager with dependency support"
|
pkgdesc="A library-based package manager with dependency support"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.archlinux.org/pacman/"
|
url="https://www.archlinux.org/pacman/"
|
||||||
|
@ -42,7 +41,7 @@ sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
|
||||||
'83597d3092edb2414d3b1a3e2e7337c0edcf102636a5884f3d3f3755fdceb2b0'
|
'83597d3092edb2414d3b1a3e2e7337c0edcf102636a5884f3d3f3755fdceb2b0'
|
||||||
'6e6434d123dd57961922627b39d967de384e3902a041e12dfc077081552fec28'
|
'6e6434d123dd57961922627b39d967de384e3902a041e12dfc077081552fec28'
|
||||||
'7210ba34cc95650425b9be1e9f87f77637348b8bd77c8cb68ab293ac08871aee'
|
'7210ba34cc95650425b9be1e9f87f77637348b8bd77c8cb68ab293ac08871aee'
|
||||||
'61ef049db84df9fcc237c037e0ed652b5ee9dc27d3b5d06e73ab0012adce2307'
|
'636ed8abfb219770251df5fb46cf6e7717aec9329526c5a13cbf223ad9950878'
|
||||||
'871fd97b3f13f1718358e4b8e046a56c0262c9042b5e3b5d60835606735798bd')
|
'871fd97b3f13f1718358e4b8e046a56c0262c9042b5e3b5d60835606735798bd')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -38,9 +38,12 @@ CHOST="@CHOST@"
|
||||||
#-- Compiler and Linker Flags
|
#-- Compiler and Linker Flags
|
||||||
# -march (or -mcpu) builds exclusively for an architecture
|
# -march (or -mcpu) builds exclusively for an architecture
|
||||||
# -mtune optimizes for an architecture, but builds for whole processor family
|
# -mtune optimizes for an architecture, but builds for whole processor family
|
||||||
CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
CPPFLAGS=""
|
||||||
CFLAGS="@CARCHFLAGS@-O2 -pipe -fstack-protector-strong -fno-plt"
|
CFLAGS="@CARCHFLAGS@-O2 -pipe -fstack-protector-strong -fno-plt -fexceptions \
|
||||||
CXXFLAGS="@CARCHFLAGS@-O2 -pipe -fstack-protector-strong -fno-plt"
|
-Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS \
|
||||||
|
-Wformat -Werror=format-security \
|
||||||
|
-fstack-clash-protection"
|
||||||
|
CXXFLAGS="$CFLAGS"
|
||||||
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
|
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
|
||||||
#RUSTFLAGS="-C opt-level=2"
|
#RUSTFLAGS="-C opt-level=2"
|
||||||
#-- Make Flags: change this for DistCC/SMP systems
|
#-- Make Flags: change this for DistCC/SMP systems
|
||||||
|
|
Loading…
Reference in a new issue