Date: Wed, 2 Sep 1998 07:46:21 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su Makefile Message-ID: <199809021446.HAA02264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/02 07:46:20 PDT Modified files: usr.bin/su Makefile Log: Removed a buggy ifdef for not linking libmd explicitly. Explicit linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries. Reviewed by: jdp Revision Changes Path 1.20 +3 -9 src/usr.bin/su/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809021446.HAA02264>