Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 21:47:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283792 - stable/10/usr.sbin/pkg
Message-ID:  <201505302147.t4ULlPiB047403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May 30 21:47:25 2015
New Revision: 283792
URL: https://svnweb.freebsd.org/changeset/base/283792

Log:
  MFC: r273778 (by nwhitehorn)
  
  Remove spurious libelf dependency.
  
  Submitted by:	pluknet

Modified:
  stable/10/usr.sbin/pkg/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/pkg/Makefile
==============================================================================
--- stable/10/usr.sbin/pkg/Makefile	Sat May 30 21:45:46 2015	(r283791)
+++ stable/10/usr.sbin/pkg/Makefile	Sat May 30 21:47:25 2015	(r283792)
@@ -6,7 +6,7 @@ MAN=	pkg.7
 
 CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
 .PATH:	${.CURDIR}/../../contrib/libucl/include
-DPADD=	${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
+DPADD=	${LIBARCHIVE} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
 	${LIBCRYPTO} ${LIBM}
 LDADD=	-larchive -lfetch -lucl -lsbuf -lssl -lcrypto -lm
 USEPRIVATELIB=	ucl



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