Lines 162-167
Link Here
|
162 |
# This fixes bug #12605. |
162 |
# This fixes bug #12605. |
163 |
# <azarah@gentoo.org> (28 Dec 2002). |
163 |
# <azarah@gentoo.org> (28 Dec 2002). |
164 |
cd ${S}; epatch ${FILESDIR}/${P}-sockatmark-should-__THROW.patch |
164 |
cd ${S}; epatch ${FILESDIR}/${P}-sockatmark-should-__THROW.patch |
|
|
165 |
|
166 |
# Get -lpthread linked before -lc. This is needed |
167 |
# when using glibc >= 2.3, or else runtime signal |
168 |
# handling breaks. Fixes bug #14380. |
169 |
# <rac@gentoo.org> (14 Feb 2003) |
170 |
cd ${S}; epatch ${FILESDIR}/${P}-prelink-lpthread.patch |
165 |
fi |
171 |
fi |
166 |
} |
172 |
} |
167 |
|
173 |
|