honor CC/CFLAGS; notified by naddy@

update-patches
This commit is contained in:
mark 2002-10-28 01:19:06 +00:00
parent 5e8df89563
commit 37244b933d
4 changed files with 20 additions and 12 deletions

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-Makefile_in,v 1.8 2002/06/17 02:21:43 mark Exp $
--- Makefile.in.orig Fri May 17 06:48:19 2002
+++ Makefile.in Wed Jun 12 21:56:46 2002
$OpenBSD: patch-Makefile_in,v 1.9 2002/10/28 01:19:06 mark Exp $
--- Makefile.in.orig Thu Jun 27 10:27:33 2002
+++ Makefile.in Sun Oct 27 17:14:31 2002
@@ -27,7 +27,7 @@ DOC = COPYING README README.PLUGINS
./plugins/H01_zaratan/ZARATAN.HOWTO ./plugins/H05_roper/ROPER.HOWTO
DEBUG = @DEBUG@
-CFLAG = @E_CFLAGS@
+CFLAG += @E_CFLAGS@
COPTS = -I. @COPTS@
PROG = @PROG@
@@ -59,7 +59,7 @@ src/include/ec_install_path.h:
@INCLUDE_DEPEND@

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.5 2002/06/17 02:21:43 mark Exp $
--- configure.orig Fri May 17 06:41:27 2002
+++ configure Wed Jun 12 21:56:47 2002
$OpenBSD: patch-configure,v 1.6 2002/10/28 01:19:06 mark Exp $
--- configure.orig Fri Jun 14 09:53:14 2002
+++ configure Sun Oct 27 17:14:31 2002
@@ -7754,13 +7754,13 @@ if test $check_ncurses -ne 0; then
curses_warn=0

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_ec_dissector_ssh_c,v 1.1 2002/06/17 02:21:43 mark Exp $
$OpenBSD: patch-src_ec_dissector_ssh_c,v 1.2 2002/10/28 01:19:06 mark Exp $
--- src/ec_dissector_ssh.c.orig Fri Mar 8 00:49:55 2002
+++ src/ec_dissector_ssh.c Wed Jun 12 21:56:47 2002
+++ src/ec_dissector_ssh.c Sun Oct 27 17:14:31 2002
@@ -29,6 +29,7 @@
#else
#include <arpa/nameser.h>

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_ec_plugins_c,v 1.1 2002/06/17 02:21:43 mark Exp $
--- src/ec_plugins.c.orig Sun Jun 16 21:23:52 2002
+++ src/ec_plugins.c Sun Jun 16 21:24:36 2002
$OpenBSD: patch-src_ec_plugins_c,v 1.2 2002/10/28 01:19:06 mark Exp $
--- src/ec_plugins.c.orig Fri Mar 8 00:49:56 2002
+++ src/ec_plugins.c Sun Oct 27 17:14:32 2002
@@ -57,7 +57,7 @@
#define RTLD_NOW DL_LAZY
#endif
@ -10,4 +10,3 @@ $OpenBSD: patch-src_ec_plugins_c,v 1.1 2002/06/17 02:21:43 mark Exp $
#define SYM_PREFIX "_" // for the symbols loaded with dlsym
#else
#define SYM_PREFIX ""