svn commit: r260736 - stable/8/tools/tools/zfsboottest

Andriy Gapon avg at FreeBSD.org
Thu Jan 16 14:24:45 UTC 2014


Author: avg
Date: Thu Jan 16 14:24:44 2014
New Revision: 260736
URL: http://svnweb.freebsd.org/changeset/base/260736

Log:
  MFC r258647: zfsboottest: properly specify a library dependency

Modified:
  stable/8/tools/tools/zfsboottest/Makefile
Directory Properties:
  stable/8/tools/tools/zfsboottest/   (props changed)

Modified: stable/8/tools/tools/zfsboottest/Makefile
==============================================================================
--- stable/8/tools/tools/zfsboottest/Makefile	Thu Jan 16 14:24:33 2014	(r260735)
+++ stable/8/tools/tools/zfsboottest/Makefile	Thu Jan 16 14:24:44 2014	(r260736)
@@ -16,7 +16,7 @@ CFLAGS=	-O1 \
 	-I. \
 	-fdiagnostics-show-option \
 	-W -Wextra -Wno-sign-compare -Wno-unused-parameter
-LDFLAGS+=-lmd
+LDADD+=	-lmd
 
 .if ${MACHINE_ARCH} == "amd64"
 beforedepend zfsboottest.o: machine


More information about the svn-src-all mailing list