Browse Source

fix gcc build

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
5a06aef88d
  1. 14
      gated/gated.patch
  2. 2
      gated/gated.spec

14
gated/gated.patch

@ -49,3 +49,17 @@
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
+#include <stdarg.h>
--- src/gated/include.h.dist 2003-06-17 23:47:19.000000000 +0200
+++ src/gated/include.h 2003-06-17 23:47:37.000000000 +0200
@@ -89,11 +89,6 @@
#define _BSD 1
#endif
-/* if we are using gcc, use the gcc va_list type */
-#if defined (__GNUC__) && !defined(hpux) && !defined(linux)
-#define _VA_LIST
-#endif /* __GNUC__ */
-
#ifdef PROTO_INET6
#include "krt_ipv6multi/krt_ipv6multi.h"
#endif

2
gated/gated.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GPL
Version: %{V_here}
Release: 20020529
Release: 20030617
# list of sources
Source0: gated-%{V_minus}.tar.gz

Loading…
Cancel
Save