openbsd-ports/sysutils/nut/patches/patch-configure
marcm 85dc249d41 Update to 1.4.1.
In addition to the standard bugfixes, this is a major port rewrite.
The port now uses a '_ups' user and the CGIs created can now run under
either chrooted Apache or non-chrooted Apache.
2004-02-09 06:48:48 +00:00

13 lines
329 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2004/02/09 06:48:48 marcm Exp $
--- configure.orig 2004-01-04 23:26:22.000000000 -0800
+++ configure 2004-01-04 23:27:00.000000000 -0800
@@ -4856,7 +4856,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/ssl.h>
int
-main ()
+test_main ()
{
SSL_library_init()
;