mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-12 11:12:18 +00:00
dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)
Patch from Cy Schubert: FreeBSD bb421be6c117 moved ftime(3) from libcompat to libutil. This results in the following error, ld: error: undefined symbol: ftime >>> referenced by getdate.c >>> libDtCmP_a-getdate.o:(cm_getdate) in archive ../libDtCmP/libDtCmP.a >>> did you mean: ctime Signed off by: Cy Schubert <cy@FreeBSD.org>
This commit is contained in:
parent
8479874104
commit
3fa42c44a8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ AM_CFLAGS = $(DT_INCDIR) $(CSA_INCDIR) -I../../../lib/csa \
|
|||
LDADD = ../libDtCmP/libDtCmP.a $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if FREEBSD
|
||||
LDADD += -lcompat
|
||||
LDADD += -lcompat -lutil
|
||||
endif
|
||||
|
||||
if NETBSD
|
||||
|
|
Loading…
Reference in a new issue