diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-02 06:57:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-02 06:57:10 +0000 |
commit | 2d0d6f4f5188a8024d4c4b1b14df43cf9fe2e56b (patch) | |
tree | f57459c01c9fabac3ef27c806da3006b6419b9f9 /sys-cluster/ipvsadm | |
parent | Respin build system patch into a form for submission to upstream. (diff) | |
download | gentoo-2-2d0d6f4f5188a8024d4c4b1b14df43cf9fe2e56b.tar.gz gentoo-2-2d0d6f4f5188a8024d4c4b1b14df43cf9fe2e56b.tar.bz2 gentoo-2-2d0d6f4f5188a8024d4c4b1b14df43cf9fe2e56b.zip |
Slightly more buildsystem improvement.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 6301448dcbe0..a5fcdf8cc55d 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.60 2013/11/02 06:52:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.61 2013/11/02 06:57:10 robbat2 Exp $ + + 02 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> + files/ipvsadm-1.27-buildsystem.patch: + Slightly more buildsystem improvement. 02 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> files/ipvsadm-1.27-buildsystem.patch: diff --git a/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch b/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch index cfc19e6c251f..54d2e55c1519 100644 --- a/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch +++ b/sys-cluster/ipvsadm/files/ipvsadm-1.27-buildsystem.patch @@ -86,7 +86,7 @@ diff -Nuar -Nuar --exclude '*.orig' --exclude '*.rej' ipvsadm-1.27.orig/Makefile libs: - make -C libipvs -+ $(MAKE) -C libipvs ++ $(MAKE) -C libipvs CFLAGS="$(CFLAGS)" STATIC="$(STATIC)" OPTFLAGS="$(OPTFLAGS)" + +$(OBJS): libs |