Skip to content
Snippets Groups Projects
Commit e7f86170 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

main/pcsc-lite: allow textrels on riscv64

parent dbae342a
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -31,6 +31,9 @@ source="https://pcsclite.apdu.fr/files/pcsc-lite-$pkgver.tar.bz2 ...@@ -31,6 +31,9 @@ source="https://pcsclite.apdu.fr/files/pcsc-lite-$pkgver.tar.bz2
pcscd.initd pcscd.initd
" "
# temp allow textrels on riscv64
[ "$CARCH" = "riscv64" ] && options="$options textrels"
build() { build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment