Search Criteria
Package Details: mingw-w64-p11-kit 0.24.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-p11-kit.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-p11-kit |
Description: | Provides a way to load and enumerate PKCS#11 modules (mingw-w64) |
Upstream URL: | https://p11-glue.freedesktop.org |
Licenses: | BSD |
Submitter: | xantares |
Maintainer: | pingplug |
Last Packager: | pingplug |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-29 11:11 (UTC) |
Last Updated: | 2022-03-04 08:30 (UTC) |
Latest Comments
epicalert commented on 2021-07-15 05:42 (UTC)
Build seems to fail without
mingw-w64-gettext
installed.Martchus commented on 2019-10-24 15:23 (UTC)
Ah, seems like you've been updating the PKGBUILD yourself. You also tried with
--default-library=both
but it apparently has no effect (at least when I tried to build it). Can you keep the executables? And localization is possibly useful as well.Martchus commented on 2019-10-24 15:20 (UTC)
The meson build script works for me: https://github.com/Martchus/PKGBUILDs/commit/d0f1be8378d43a20822d3e9e1c1992d8ebdd1d46
Unfortunately static libraries are still missing. These are apparently not supported by upstream (anymore).
Martchus commented on 2019-10-24 13:20 (UTC)
It is also bad that the static library is disabled. That prevents using static gnutls. (Static gmp is also missing, though.)
zebulon commented on 2019-10-15 16:31 (UTC)
I have the same issue than Martchus, and also a linking error for another package: mingw-w64-spirv-tools. This is very strange and possibly related.
Martchus commented on 2019-10-13 18:51 (UTC)
The latest version doesn't build (for me):
Martchus commented on 2018-04-11 22:12 (UTC)
Make dependency git is missing.
sh1ftchg commented on 2018-01-19 05:12 (UTC) (edited on 2018-01-19 05:21 (UTC) by sh1ftchg)
The upstream URL has moved to https://github.com/p11-glue/p11-kit This package can't be built at the moment.
To fix it replace these lines: (7) url="https://github.com/p11-glue/p11-kit" (12) source=($url/archive/$pkgver.tar.gz mingw-p11-kit-setenv.patch) (13) md5sums=('5c281bb08e6a713caa8e0c5bd2f813b5
And insert at line: (20) gettextize
Because the new package lacks a prebuilt po/Makefile.in.in.