[pkg-opensc-commit] [libp11] 206/239: examples: Add OPENSSL_LIBS in LDADD

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 556687da395bf21bf6aade3bf3b5c3a6e68e43c5
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Wed Jul 15 15:27:55 2015 +0200

    examples: Add OPENSSL_LIBS in LDADD
    
    This allows to pass any alternative LDFLAGS from OPENSSL_LIBS to the
    built programs.
---
 examples/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index ae87454..0a62672 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,4 +6,5 @@ EXTRA_DIST = README
 
 noinst_PROGRAMS = auth decrypt getrandom
 
-LDADD = ../src/libp11.la
+LDADD = ../src/libp11.la $(OPENSSL_LIBS)
+

-- 
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