]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-sparc64.patch
- partially update from fedora, fixes test suite
[packages/coreutils.git] / coreutils-sparc64.patch
1 --- coreutils-6.10/src/Makefile.am.orig 2008-04-11 17:38:22.000000000 +0000
2 +++ coreutils-6.10/src/Makefile.am      2008-04-11 17:40:55.000000000 +0000
3 @@ -135,6 +135,9 @@
4  
5  stat_LDADD = $(LDADD) $(LIB_SELINUX)
6  
7 +# stupid sparc64 workaround
8 +tac_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
9 +
10  runuser_SOURCES = su.c
11  runuser_CFLAGS = -DRUNUSER -DAUTHORS="\"David MacKenzie, Dan Walsh\""
12  runuser_LDADD = $(LDADD) $(LIB_CRYPT) $(LIB_PAM)
This page took 0.068384 seconds and 3 git commands to generate.