[MacPorts] #52486: p11-kit @0.23.2: should build p11-kit-proxy.so library
MacPorts
noreply at macports.org
Mon Oct 3 08:03:19 CEST 2016
#52486: p11-kit @0.23.2: should build p11-kit-proxy.so library
--------------------------+----------------------
Reporter: uri@… | Owner: devans@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: p11-kit |
--------------------------+----------------------
Comment (by leonardo.schenkel@…):
The following patch fixes it, btw:
{{{
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -87,7 +87,7 @@
# Proxy module is actually same as library, so install a link
install-exec-hook:
- $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so`
$(DESTDIR)$(libdir)/p11-kit-proxy.so
+ $(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.{so,dylib}`
$(DESTDIR)$(libdir)/p11-kit-proxy.so
$(MKDIR_P) $(DESTDIR)$(p11_package_config_modules)
endif
}}}
Maybe there's a more elegant way (I'm no autotools expert by any means). I
have reported this to upstream at
https://bugs.freedesktop.org/show_bug.cgi?id=98022
--
Ticket URL: <https://trac.macports.org/ticket/52486#comment:4>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system
More information about the macports-tickets
mailing list