Skip to content

Commit

Permalink
sys-fs/mtools: fix musl build
Browse files Browse the repository at this point in the history
Closes https://bugs.gentoo.org/show_bug.cgi?id=626948

Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
Marty Plummer authored and Whissi committed Sep 17, 2017
1 parent afabc24 commit 732bf88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-fs/mtools/mtools-4.0.18-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ src_prepare() {

src_configure() {
# 447688
use elibc_glibc || append-libs iconv
use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
econf \
--sysconfdir="${EPREFIX}"/etc/mtools \
$(use_with X x)
Expand Down
4 changes: 2 additions & 2 deletions sys-fs/mtools/mtools-4.0.18.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="4"
Expand Down Expand Up @@ -32,7 +32,7 @@ src_prepare() {

src_configure() {
# 447688
use elibc_glibc || append-libs iconv
use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
econf \
--sysconfdir="${EPREFIX}"/etc/mtools \
$(use_with X x)
Expand Down

0 comments on commit 732bf88

Please sign in to comment.