Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 16:57:25 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365105 - head/net/nfsshell
Message-ID:  <201408161657.s7GGvP3m048566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug 16 16:57:24 2014
New Revision: 365105
URL: http://svnweb.freebsd.org/changeset/ports/365105
QAT: https://qat.redports.org/buildarchive/r365105/

Log:
  Fix build on -current.

Modified:
  head/net/nfsshell/Makefile

Modified: head/net/nfsshell/Makefile
==============================================================================
--- head/net/nfsshell/Makefile	Sat Aug 16 16:54:49 2014	(r365104)
+++ head/net/nfsshell/Makefile	Sat Aug 16 16:57:24 2014	(r365105)
@@ -18,7 +18,7 @@ GH_COMMIT=	09cdd52
 USES=		readline
 
 ALL_TARGET=	nfsshell
-MAKE_ARGS=	CC="${CC}" LIBS="-lreadline"
+MAKE_ARGS=	CC="${CC}" LIBS="-lreadline ${LDFLAGS}"
 
 PLIST_FILES=	bin/nfsshell
 



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