mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
7f08ae7f38
and command-line interface. It allows anyone to create and manage a CA without having to write configuration files or remember long command-line arguments. WWW: http://gnomint.sourceforge.net/ PR: ports/176580 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
--- ./src/Makefile.in.orig 2010-08-11 04:12:26.000000000 -0500
|
|
+++ ./src/Makefile.in 2013-02-18 10:28:58.000000000 -0600
|
|
@@ -98,7 +98,7 @@
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
+ $(AM_LDFLAGS) $(LDFLAGS) -lgcrypt -o $@
|
|
SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES)
|
|
DIST_SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES)
|
|
ETAGS = etags
|