OSSP CVS Repository

ossp - Check-in [797]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 797
Date: 2001-Aug-30 12:55:29 (local)
2001-Aug-30 10:55:29 (UTC)
User:simons
Branch:
Comment: - Removed _GNU_SOURCE define, which is only needed when compiling on Linux with the -ansi flag set.

- Added @xdr_lib@ to LIBS define so that the test suites are linked with it when necessary on that platform.

Tickets:
Inspections:
Files:
ossp-pkg/xds/Makefile.in      1.34 -> 1.35     2 inserted, 2 deleted

ossp-pkg/xds/Makefile.in 1.34 -> 1.35

--- Makefile.in  2001/08/23 08:42:49     1.34
+++ Makefile.in  2001/08/30 10:55:29     1.35
@@ -43,10 +43,10 @@
 CC          = @CC@
 LIBTOOL     = ./libtool
 SHTOOL      = ./shtool
-CPPFLAGS    = @CPPFLAGS@ @DEFS@ -D_GNU_SOURCE
+CPPFLAGS    = @CPPFLAGS@ @DEFS@
 CFLAGS      = @CFLAGS@
 LDFLAGS     = @LDFLAGS@
-LIBS        = @LIBS@
+LIBS        = @xdr_lib@ @LIBS@
 POD2MAN     = @POD2MAN@
 RM          = rm -f
 RMDIR       = rmdir

CVSTrac 2.0.1