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>
15 lines
283 B
Text
15 lines
283 B
Text
--- ./configure.orig 2010-08-11 04:12:26.000000000 -0500
|
|
+++ ./configure 2013-02-18 10:26:44.000000000 -0600
|
|
@@ -14337,12 +14337,6 @@
|
|
|
|
|
|
|
|
-if test "x$GCC" = "xyes"; then
|
|
- CFLAGS="-Wall -Werror"
|
|
- if test "x$use_debug" = "xYes"; then
|
|
- CFLAGS="$CFLAGS -g -O0"
|
|
- fi
|
|
-fi
|
|
|
|
|
|
|