[pkg-opensc-commit] [libp11] 17/33: Makefile.am: replaced all-local with check-local
Eric Dorland
eric at moszumanska.debian.org
Mon Sep 19 02:11:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 40d2a37428ac72aef71b854ee092d2cdd6fd7417
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date: Mon Aug 1 14:48:11 2016 +0200
Makefile.am: replaced all-local with check-local
That is because all-local caused the linking to be done even
when .libs is not yet created. The check-local ensures that
the proper link is available prior to running tests in tests/.
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 4c1404e..5b0bd9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,7 @@ pkcs11_la_LDFLAGS = $(AM_LDFLAGS) -module -shared -shrext $(SHARED_EXT) \
-avoid-version -export-symbols "$(srcdir)/pkcs11.exports"
# OpenSSL older than 1.1.0 expected libpkcs11.so instead of pkcs11.so
-all-local:
+check-local:
cd .libs && $(LN_S) -f pkcs11$(SHARED_EXT) libpkcs11$(SHARED_EXT)
install-exec-hook:
cd '$(DESTDIR)$(enginesdir)' && $(LN_S) -f pkcs11$(SHARED_EXT) libpkcs11$(SHARED_EXT)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list