From 59e9906d68d33bb83a6368e48fa84e88e6384abe Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 23 Jun 2002 07:50:21 +0000 Subject: Add poc 1.2, a program for managing passwords on smartcards. PR: 39168 Submitted by: king@v2project.com --- security/poc/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/poc/files/patch-aa (limited to 'security/poc/files/patch-aa') diff --git a/security/poc/files/patch-aa b/security/poc/files/patch-aa new file mode 100644 index 000000000000..ef4f73989e62 --- /dev/null +++ b/security/poc/files/patch-aa @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Jun 11 22:28:46 2002 ++++ src/Makefile.in Tue Jun 11 22:29:07 2002 +@@ -93,7 +93,7 @@ + + # debugging + #CFLAGS = -g -Wall +-CFLAGS = -Wall -O2 ++CFLAGS = -Wall -O2 -I/usr/local/include -L/usr/local/lib + CPPFLAGS = + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h -- cgit v1.2.3