Lines 83-88
Link Here
|
83 |
} |
83 |
} |
84 |
|
84 |
|
85 |
src_prepare() { |
85 |
src_prepare() { |
|
|
86 |
if tc-is-cross-compiler && ! [ -e "${EROOT}"/usr/$(get_libdir)/libfl.a ]; then |
87 |
eerror "" |
88 |
eerror "Cannot cross-compile because sys-devel/flex is not installed in the target." |
89 |
eerror "Please install sys-devel/flex into the target filesystem and try again." |
90 |
eerror "" |
91 |
die "flex is not installed" |
92 |
fi |
93 |
|
86 |
epatch "${FILESDIR}"/${MY_P}+glibc-2.16.patch |
94 |
epatch "${FILESDIR}"/${MY_P}+glibc-2.16.patch |
87 |
|
95 |
|
88 |
elibtoolize |
96 |
elibtoolize |