diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:50:21 +0000 |
commit | 59e9906d68d33bb83a6368e48fa84e88e6384abe (patch) | |
tree | e083c5663d77915415705235b5d29dd647b9bab7 /security/poc/files/patch-aa | |
parent | Add towitoko 2.0.6, an UNIX driver for Towitoko smartcard readers. (diff) |
Add poc 1.2, a program for managing passwords on smartcards.
PR: 39168
Submitted by: king@v2project.com
Notes
Notes:
svn path=/head/; revision=61791
Diffstat (limited to 'security/poc/files/patch-aa')
-rw-r--r-- | security/poc/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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 |