Lines 29-34
Link Here
|
29 |
# lines are inherited between libraries |
29 |
# lines are inherited between libraries |
30 |
use elibc_FreeBSD && myconf="${myconf} --enable-indirect-deps" |
30 |
use elibc_FreeBSD && myconf="${myconf} --enable-indirect-deps" |
31 |
|
31 |
|
|
|
32 |
# Force GNU89 to avoid linking issues (e.g. Clang defaults to C99 and |
33 |
# fails to link due to duplicate function definitions) |
34 |
append-flags -std=gnu89 |
35 |
|
32 |
econf ${myconf} || die "econf failed" |
36 |
econf ${myconf} || die "econf failed" |
33 |
emake || die "emake failed" |
37 |
emake || die "emake failed" |