]> git.pld-linux.org Git - packages/coreutils.git/blame - coreutils-sparc64.patch
up to 9.5
[packages/coreutils.git] / coreutils-sparc64.patch
CommitLineData
97b31e20 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.150285 seconds and 4 git commands to generate.