Skip to content

Commit

Permalink
app-backup/amanda: make NDMP optional
Browse files Browse the repository at this point in the history
NDMP is an uncommon feature, and fails to build with newer glibc at this time; make it optional for now.

Closes: https://bugs.gentoo.org/376127
Closes: https://bugs.gentoo.org/636262
Closes: gentoo#6137
Closes: gentoo#6138
Closes: gentoo#6142
(cherry picked from commit 337a729)
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
stefangweichinger authored and robbat2 committed Nov 7, 2017
1 parent 3e68e80 commit 0016f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-backup/amanda/amanda-3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz"

LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+"
SLOT="0"
IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs"
IUSE="curl gnuplot ipv6 kerberos minimal ndmp nls readline s3 samba systemd xfs"

KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="sys-libs/readline:=
Expand Down Expand Up @@ -288,6 +288,9 @@ src_configure() {
# build manpages
myconf="${myconf} --enable-manpage-build"

# Bug #636262
myconf="${myconf} $(use_with ndmp ndmp)"

# bug #483120
tc-export AR

Expand Down
1 change: 1 addition & 0 deletions app-backup/amanda/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<use>
<flag name="xfs">Support for backing up raw XFS filesystems using xfsdump</flag>
<flag name="s3">Support for backing up to the Amazon S3 system</flag>
<flag name="ndmp">Support for the NDMP protocol</flag>
</use>
<upstream>
<remote-id type="sourceforge">amanda</remote-id>
Expand Down

0 comments on commit 0016f46

Please sign in to comment.