diff options
author | Lisa M. Seelye <lisa@gentoo.org> | 2007-03-08 09:31:30 +0000 |
---|---|---|
committer | Lisa M. Seelye <lisa@gentoo.org> | 2007-03-08 09:31:30 +0000 |
commit | 813a73dbe8e257a435a9d3fe58e5f83b27433f75 (patch) | |
tree | f5eafbdcc99218fdddb0ce0a7c6782e8523b843d /app-backup | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-813a73dbe8e257a435a9d3fe58e5f83b27433f75.tar.gz gentoo-2-813a73dbe8e257a435a9d3fe58e5f83b27433f75.tar.bz2 gentoo-2-813a73dbe8e257a435a9d3fe58e5f83b27433f75.zip |
Change src_compile so --with-$mydbtype as per bug 169698
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bacula/ChangeLog | 5 | ||||
-rw-r--r-- | app-backup/bacula/bacula-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index 44eb8d7a3719..b8e9c35ee3b3 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/bacula # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.25 2007/03/07 11:57:31 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.26 2007/03/08 09:31:30 lisa Exp $ + + 08 Mar 2007; Lisa Seelye <lisa@gentoo.org> bacula-2.0.2.ebuild: + Change src_compile so --with-$mydbtype as per bug 169698 07 Mar 2007; <genstef@gentoo.org> bacula-1.36.3-r2.ebuild, bacula-1.36.3-r3.ebuild, bacula-1.38.5.ebuild, bacula-1.38.9.ebuild: diff --git a/app-backup/bacula/bacula-2.0.2.ebuild b/app-backup/bacula/bacula-2.0.2.ebuild index 6c3658c3a63f..f1b831d58dfd 100644 --- a/app-backup/bacula/bacula-2.0.2.ebuild +++ b/app-backup/bacula/bacula-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.2.ebuild,v 1.3 2007/03/02 19:58:29 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.0.2.ebuild,v 1.4 2007/03/08 09:31:30 lisa Exp $ # # TODO: @@ -137,7 +137,7 @@ src_compile() { $(use_enable static static-fd)" else myconf="${myconf} \ - $(use_with ${mydbtype}) \ + --with-${mydbtype} \ $(use_enable static static-tools) \ $(use_enable static static-fd) \ $(use_enable !bacula-nodir build-dird) \ |