public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dhcp/files: dhcp-4.2.2-bind-build-flags.patch
@ 2011-08-29 22:40 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-08-29 22:40 UTC (permalink / raw
  To: gentoo-commits

vapier      11/08/29 22:40:59

  Modified:             dhcp-4.2.2-bind-build-flags.patch
  Log:
  Use BUILD_LIBS when creating build "gen" binary to fix cross-compiling cases where the target uses libcap.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch?r1=1.1&r2=1.2

Index: dhcp-4.2.2-bind-build-flags.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcp-4.2.2-bind-build-flags.patch	27 Aug 2011 04:58:56 -0000	1.1
+++ dhcp-4.2.2-bind-build-flags.patch	29 Aug 2011 22:40:59 -0000	1.2
@@ -8,7 +8,7 @@
  
  gen: ${srcdir}/gen.c
 -	${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
-+	${BUILD_CC} ${BUILD_CFLAGS} ${CINCLUDES} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
++	${BUILD_CC} ${BUILD_CFLAGS} ${CINCLUDES} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
  
  #We don't need rbtdb64 for this library
  #rbtdb64.@O@: rbtdb.c






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-29 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 22:40 [gentoo-commits] gentoo-x86 commit in net-misc/dhcp/files: dhcp-4.2.2-bind-build-flags.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox