help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Ayuda gnu radius --with-included-argp


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Ayuda gnu radius --with-included-argp
Date: Thu, 16 Jun 2005 23:51:15 +0300

Hello,

Attached is the patch that fixes compilation of radius-1.3 with included
argp on GNU/Linux systems with glibc 2.3.4.

I'd like to express my deep thanks to Erik Olson and Jaime Tellez.

Regards,
Sergey

Index: lib/argp-fs-xinl.c
===================================================================
RCS file: /cvsroot/radius/radius/lib/argp-fs-xinl.c,v
retrieving revision 1.2
diff -p -u -r1.2 argp-fs-xinl.c
--- lib/argp-fs-xinl.c  18 May 2005 12:22:02 -0000      1.2
+++ lib/argp-fs-xinl.c  16 Jun 2005 20:16:06 -0000
@@ -24,7 +24,7 @@
 
 #define ARGP_FS_EI
 #undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 1
 #include "argp-fmtstream.h"
 
 /* Add weak aliases.  */
Index: lib/argp-xinl.c
===================================================================
RCS file: /cvsroot/radius/radius/lib/argp-xinl.c,v
retrieving revision 1.2
diff -p -u -r1.2 argp-xinl.c
--- lib/argp-xinl.c     18 May 2005 12:22:02 -0000      1.2
+++ lib/argp-xinl.c     16 Jun 2005 20:16:06 -0000
@@ -26,8 +26,8 @@
 # define __USE_EXTERN_INLINES   1
 #endif
 #define ARGP_EI
-#undef __OPTIMIZE__
-#define __OPTIMIZE__
+#undef __OPTIMIZE__ 
+#define __OPTIMIZE__ 1
 #include "argp.h"
 
 /* Add weak aliases.  */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]