diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 22:40:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 22:40:59 +0000 |
commit | a74839236e2974185c6ef692be8af2a88ebfe880 (patch) | |
tree | 9f2465300479f13b34066597b72de2e964edc2be /net-misc/dhcp/files | |
parent | Version bump. The new version adds support for --foreground option to wait fo... (diff) | |
download | historical-a74839236e2974185c6ef692be8af2a88ebfe880.tar.gz historical-a74839236e2974185c6ef692be8af2a88ebfe880.tar.bz2 historical-a74839236e2974185c6ef692be8af2a88ebfe880.zip |
Use BUILD_LIBS when creating build "gen" binary to fix cross-compiling cases where the target uses libcap.
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'net-misc/dhcp/files')
-rw-r--r-- | net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch b/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch index 5d74e1a83022..ae33638284b8 100644 --- a/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch +++ b/net-misc/dhcp/files/dhcp-4.2.2-bind-build-flags.patch @@ -8,7 +8,7 @@ doesn't use them for the "gen" tool 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 |