Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixpatch: hiprt 2.3.bd75b7c.rc7-2 #4400

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hiprt/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git PKGBUILD PKGBUILD
index bd9054c..0283af0 100644
index bd9054c..39c4e2b 100644
--- PKGBUILD
+++ PKGBUILD
@@ -22,6 +22,7 @@
}

build() {
+ g++ $CXXFLAGS $LDFLAGS $LTOFLAGS contrib/easy-encryption/cl.cpp -o contrib/easy-encryption/bin/linux/ee64
+ g++ $CXXFLAGS $LDFLAGS $LTOFLAGS "$pkgname-$pkgver/contrib/easy-encryption/cl.cpp" -o "$pkgname-$pkgver/contrib/easy-encryption/bin/linux/ee64"
local cmake_args=(
-Wno-dev
-S "$pkgname-$pkgver"
Loading