Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2014 14:11:55 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273778 - head/usr.sbin/pkg
Message-ID:  <201410281411.s9SEBtFT077414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Tue Oct 28 14:11:54 2014
New Revision: 273778
URL: https://svnweb.freebsd.org/changeset/base/273778

Log:
  Remove spurious libelf dependency.
  
  Submitted by:	pluknet

Modified:
  head/usr.sbin/pkg/Makefile

Modified: head/usr.sbin/pkg/Makefile
==============================================================================
--- head/usr.sbin/pkg/Makefile	Tue Oct 28 14:03:22 2014	(r273777)
+++ head/usr.sbin/pkg/Makefile	Tue Oct 28 14:11:54 2014	(r273778)
@@ -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 ${LDUCL} -lsbuf -lssl -lcrypto -lm
 USEPRIVATELIB=	ucl



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