PERFORCE change 177966 for review

Garrett Cooper gcooper at FreeBSD.org
Sat May 8 20:01:57 UTC 2010


http://p4web.freebsd.org/@@177966?ac=10

Change 177966 by gcooper at 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"


More information about the p4-projects mailing list