Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2010 20:01:57 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177966 for review
Message-ID:  <201005082001.o48K1v5K051222@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177966?ac=10

Change 177966 by gcooper@gcooper-bayonetta on 2010/05/08 20:01:44

	pkg_create needs to be dependent on archive(3) now.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/Makefile.inc#3 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/usr.sbin/pkg_install/Makefile.inc#3 (text+ko) ====

@@ -5,8 +5,8 @@
 CFLAGS+=	-DPKG_INSTALL_VERSION=20100423
 CFLAGS+=	-DYES_I_KNOW_THE_API_IS_RUBBISH_AND_IS_DOOMED_TO_CHANGE
 
-DPADD+=		${LIBPKG}
-LDADD+=		-lpkg
+DPADD+=		${LIBPKG} ${LIBARCHIVE}
+LDADD+=		-lpkg -larchive
 
 # Inherit BINDIR from one level up.
 .include "../Makefile.inc"



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