]> granicus.if.org Git - p11-kit/commit
Fix link of p11-kit-proxy.dylib on Mac OS X
authorLeonardo Brondani Schenkel <leonardo.schenkel@gmail.com>
Mon, 3 Oct 2016 08:47:42 +0000 (10:47 +0200)
committerStef Walter <stefw@redhat.com>
Mon, 3 Oct 2016 08:49:15 +0000 (10:49 +0200)
commit6923e8fb56692b20d24398d4746d2399490acdc1
tree68842d7d9e248fd33f05f5cbdedc1df8925a4ccf
parentd74e29cf9733a405a0ea254a2d1edf236ae8735e
Fix link of p11-kit-proxy.dylib on Mac OS X

However, on Mac OS X the library is named libp11-kit.dylib so
in the above command the source of the link resolves to nothing,
the destination becomes the source and the link to a non-existent
file is created in the working directory.

https://bugs.freedesktop.org/show_bug.cgi?id=98022
p11-kit/Makefile.am