Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-01-08 10:42:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-01-08 10:42:15 +0100
commitcd6a35a32807ad86594412ae0e40d0dadca6408b (patch)
tree8917065727ffcee1bf0db8466f1f123bc8f39f7a /extra
parentd52299ccdd0b2a1a00522222f684fc56fe38d10b (diff)
extra/libetebase: trying to build with openssl-1.1 (fails in rust)
Diffstat (limited to 'extra')
-rw-r--r--extra/libetebase/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/libetebase/PKGBUILD b/extra/libetebase/PKGBUILD
new file mode 100644
index 00000000..b6a28306
--- /dev/null
+++ b/extra/libetebase/PKGBUILD
@@ -0,0 +1,2 @@
+# cargo/rust is still lined against openssl 1.1
+makedepends+=(openssl-1.1)