@narigama's patch is pointing to the -git
repository, but the idea is the same:
- Clone
https://aur.archlinux.org/openvpn3.git
(this repo) - In PKGBUILD add
-Ddco=disabled
to thebuild()
function - Run
makepkg -sri
Here's a patch for this repository, if preferred:
diff --git a/PKGBUILD b/PKGBUILD
index 6572a6c..54c0685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ build() {
-Dselinux_policy=disabled \
-Dbash-completion=enabled \
-Dtest_programs=disabled \
+ -Ddco=disabled \
-Dunit_tests=disabled \
"${_pkgname}-${pkgver}" \
_builddir
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.