Magellan Linux

Contents of /trunk/coreutils/patches-6.10/coreutils-6.10-tac-clock-gettime.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 694 - (show annotations) (download)
Sun Sep 28 09:12:41 2008 UTC (15 years, 7 months ago) by niro
File size: 469 byte(s)
-fixed cross-compile issues

1 --- coreutils-6.10/src/Makefile.am.org 2008-05-15 09:31:29.000000000 +0200
2 +++ coreutils-6.10/src/Makefile.am 2008-05-15 10:02:37.000000000 +0200
3 @@ -99,6 +99,7 @@
4 shuf_LDADD = $(LDADD) $(LIB_GETHRXTIME)
5 mktemp_LDADD = $(LDADD) $(LIB_GETHRXTIME)
6 vdir_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_SELINUX)
7 +tac_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
8
9 ## If necessary, add -lm to resolve use of pow in lib/strtod.c.
10 sort_LDADD = $(LDADD) $(POW_LIB) $(LIB_GETHRXTIME)