[pkg-opensc-commit] [libp11] 158/239: Fix building examples on newest Fedora.
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:25 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 c5e88fd642a7e97780fba93fd59f3f5fa3c8749c
Author: Martin Paljak <martin at martinpaljak.net>
Date: Fri Jul 23 19:59:36 2010 +0000
Fix building examples on newest Fedora.
Patch by Kalev Lember
---
examples/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile
index 6a8cdf5..a412990 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,5 +1,5 @@
-CFLAGS=-O2 -g $(shell pkg-config --cflags libp11)
-LDFLAGS=$(shell pkg-config --libs libp11)
+CFLAGS=-O2 -g $(shell pkg-config --cflags libp11) $(shell pkg-config --cflags libcrypto)
+LDFLAGS=$(shell pkg-config --libs libp11) $(shell pkg-config --libs libcrypto)
all: auth decrypt getrandom
--
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