|
Lines 92-102
Link Here
|
| 92 |
|
92 |
|
| 93 |
src_compile() { |
93 |
src_compile() { |
| 94 |
|
94 |
|
| 95 |
econf || die "configure failed" |
|
|
| 96 |
|
| 97 |
if [ "`use static`" ] ; then |
95 |
if [ "`use static`" ] ; then |
| 98 |
export LDFLAGS=-static |
96 |
export LDFLAGS=-static |
| 99 |
fi |
97 |
fi |
|
|
98 |
econf || die "configure failed" |
| 99 |
|
| 100 |
emake || die "emake failed" |
100 |
emake || die "emake failed" |
| 101 |
cd sys-utils && makeinfo *.texi || die "makeinfo failed" |
101 |
cd sys-utils && makeinfo *.texi || die "makeinfo failed" |
| 102 |
} |
102 |
} |