Bug 26768 - patch required to build trn against glibc cvs
Summary: patch required to build trn against glibc cvs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: trn
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-09 01:04 UTC by Jack Howarth
Modified: 2014-03-17 02:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-09 01:04:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Jack Howarth 2001-02-09 01:04:27 UTC
Because of time header changes in glibc cvs, a patch is required to build
trn against glibc cvs. The following patch allows trn to compile...



diff -uNr trn-3.6/config.h trn-3.6.new/config.h
--- trn-3.6/config.h	Sun Feb  4 17:36:48 2001
+++ trn-3.6.new/config.h	Sun Feb  4 17:37:40 2001
@@ -400,7 +400,7 @@
  *	include <sys/time.h>.
  */
 /*#define I_TIME		*//**/
-#define I_SYS_TIME		/**/
+#define I_TIME		/**/
 
 /* NEWSLIB:
  *	This symbol contains the name of the directory serving as the news

Comment 1 Trond Eivind Glomsrxd 2001-02-09 02:56:57 UTC
This is fixed in  trn-3.6-28. Thanks for your report.


Note You need to log in before you can comment on or make changes to this bug.