PERFORCE change 177885 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 7 07:58:28 UTC 2010


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

Change 177885 by gcooper at gcooper-bayonetta on 2010/05/07 07:58:25

	Add in bits for libarchive, despite the fact that ld isn't taking it
	right now, just because it's the right thing to do.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/Makefile#2 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/Makefile#2 (text+ko) ====

@@ -23,8 +23,8 @@
 
 CFLAGS+=	-DYES_I_KNOW_THE_API_IS_RUBBISH_AND_IS_DOOMED_TO_CHANGE
 
-DPADD=		${LIBFETCH} ${LIBMD} ${LIBUTIL}
-LDADD=		-lfetch -lmd -lutil
+DPADD=		${LIBARCHIVE} ${LIBFETCH} ${LIBMD} ${LIBUTIL}
+LDADD=		-larchive -lfetch -lmd -lutil
 
 .if ${MK_OPENSSL} != "no"
 DPADD+=         ${LIBSSL} ${LIBCRYPTO}


More information about the p4-projects mailing list