summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2024-05-01 20:17:37 -0500
committerBao Trinh2024-05-01 20:17:37 -0500
commitf91407dc10c1dbac7d34b8c65f3df06277feed79 (patch)
tree964de05a9312b909fb746d892fa5e71236017dba
parent849bdb8fc215a6747b0214e037cfe2ded6c41859 (diff)
downloadaur-nomad-driver-podman-git.tar.gz
remove manual PR-332 patch
PR-332 was merged on 04-15-2024
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5505faaf1f2b..aac64e5d8d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,9 +25,6 @@ pkgver() {
prepare() {
cd "${_pkgname}"
- # TODO: remove once PR#332 (podman v5.0 compatibility fix) is released (nomad-driver-podman v0.5.3?)
- git fetch origin pull/332/head:PR-332
- git merge PR-332
# create directory for build output
mkdir -p build
@@ -50,7 +47,6 @@ build() {
-buildmode=pie \
-mod=readonly \
-modcacherw \
- -ldflags "-linkmode=external -compressdwarf=false -extldflags ${LDFLAGS}" \
-ldflags "-compressdwarf=false \
-linkmode external \
-extldflags \"${LDFLAGS}\"" \