Skip to content

Commit

Permalink
updpatch: pacman 7.0.0.r3.g7736133-1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Sep 15, 2024
1 parent cd21b13 commit 8ffda3e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pacman/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
diff --git PKGBUILD PKGBUILD
index f929ea1..a61f163 100644
index db1fa23..bf2c4c1 100644
--- PKGBUILD
+++ PKGBUILD
@@ -39,7 +39,7 @@
'160515b741aadc876a67f213029f5f62a51ff072ea4aaeb687bbe614035bf72f'
'1f4e4cc54332e60c9da2bdabf9a80dc11db466535f1a0be298cbf654f0723721'
'656c4d4cb8cb12adbf178fc8cb2fd25f8c285d6572bbdbb24d865d00e0d5a85a'
- '2465d495cb275dce434eb3bfe4d293a223e301b968c14861aea42bc7c60404ef')
+ 'a005154076e6092e472e61677d3e493f0390fc66ba35c74715ff6417b4fdc442')
@@ -54,7 +54,7 @@ source=("git+https://gitlab.archlinux.org/pacman/pacman.git#tag=v${_git_tag}?sig
sha256sums=('06d082c3ce6f0811ca728515aa82d69d372800bd3ada99f5c445ef9429b6e3a6'
'b3bce9d662e189e8e49013b818f255d08494a57e13fc264625f852f087d3def2'
'0e84952e4b8eacbb38c018608d152ddd6f98e205c4c6c7d3cdca854d4b7d4179'
- 'd99c1f9608362fff9ab3a2ca0a3096a317927b42a6725bc86599da6849c9c67c'
+ 'ab2a1827b011b91a9df705d8bf6b1f39264e5a3c9c04dfb7993c19bf361887b0'
'c8760d7ebb6c9817d508c691c67084be251cd9c8811ee1ccf92c1278bad74c1c'
'59a8bbdc32830c90dbce5ead9f90074a2bb31cd85ec92bc5f92251bb4bcf8a1d')

prepare() {
cd "$pkgname-$pkgver"
diff --git makepkg.conf makepkg.conf
index ac4c95f..dc2a631 100644
index 3e59c4d..e767b89 100644
--- makepkg.conf
+++ makepkg.conf
@@ -35,18 +35,17 @@
@@ -35,18 +35,17 @@ VCSCLIENTS=('bzr::breezy'
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
Expand All @@ -38,5 +38,5 @@ index ac4c95f..dc2a631 100644
- -Wl,-z,pack-relative-relocs"
+LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now"
LTOFLAGS="-flto=auto"
RUSTFLAGS="-Cforce-frame-pointers=yes"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"

0 comments on commit 8ffda3e

Please sign in to comment.