Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 07:58:27 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177885 for review
Message-ID:  <201005070758.o477wRxA059682@repoman.freebsd.org>

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

Change 177885 by gcooper@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}



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