Lines 37-42
Link Here
|
37 |
|
37 |
|
38 |
local myconf="" |
38 |
local myconf="" |
39 |
[[ "${USERLAND}" != "GNU" ]] && myconf="--program-prefix=g" |
39 |
[[ "${USERLAND}" != "GNU" ]] && myconf="--program-prefix=g" |
|
|
40 |
use static && myconf="${myconf} --without-included-regex" |
40 |
|
41 |
|
41 |
econf $(use_enable nls) ${myconf} || die "configure failed" |
42 |
econf $(use_enable nls) ${myconf} || die "configure failed" |
42 |
emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die "make failed" |
43 |
emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die "make failed" |