Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 1995 22:15:48 +0200 (MET DST)
From:      Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
To:        freebsd-current@FreeBSD.ORG (FreeBSD Current Users' list)
Subject:   Some Makefiles incorrectly set LDADD
Message-ID:  <199506032015.WAA13762@keltia.frmug.fr.net>

next in thread | raw e-mail | index | archive | help
Some programs incorrectly set LDADD with "="  and not "+=" in the Makefile.
I found this when attempting to replace BSD malloc by Doug Lea's malloc.

Examples:

date/Makefile:LDADD=    -lutil
mv/Makefile:LDADD=      -lutil
ps/Makefile:LDADD=      -lm -lkvm
rcp/Makefile:LDADD=     -lkrb -ldes
sh/Makefile:LDADD=  -ll -ledit -ltermcap

Why is there no "+=" ? Is this intentional ?

BTW I've done a port that generate libdlmalloc.so.2.5 and libdlmalloc.a.
There is no man.

Asami, do you want now or do you prefer to wait for code freeze's lift ?
-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.frmug.fr.net
   FreeBSD keltia 2.0-BUILT-19950602 #1: Fri Jun  2 21:01:56 MET DST 1995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506032015.WAA13762>