|
Lines 546-551
Link Here
|
| 546 |
sed -i -e '/^#include "fcntl-safer.h"$/a\#define ESTALE -1' lib/savewd.c |
546 |
sed -i -e '/^#include "fcntl-safer.h"$/a\#define ESTALE -1' lib/savewd.c |
| 547 |
fi |
547 |
fi |
| 548 |
|
548 |
|
|
|
549 |
if [[ ${A%-*} == "tar" && ${CHOST} == *-hpux* ]] ; then |
| 550 |
# Fix a compilation error due to a missing definition |
| 551 |
export CPPFLAGS="${CPPFLAGS} -DCHAR_BIT=8" |
| 552 |
fi |
| 553 |
|
| 549 |
einfo "Compiling ${A%-*}" |
554 |
einfo "Compiling ${A%-*}" |
| 550 |
econf ${myconf} |
555 |
econf ${myconf} |
| 551 |
$MAKE ${MAKEOPTS} || exit 1 |
556 |
$MAKE ${MAKEOPTS} || exit 1 |
|
Lines 599-605
Link Here
|
| 599 |
# just make sure Python won't find it |
604 |
# just make sure Python won't find it |
| 600 |
export HOME="${S}" |
605 |
export HOME="${S}" |
| 601 |
|
606 |
|
| 602 |
export PYTHON_DISABLE_MODULES="readline pyexpat dbm gdbm bsddb _curses _curses_panel _tkinter _elementtree _locale" |
607 |
export PYTHON_DISABLE_MODULES="_ctypes_test readline pyexpat dbm gdbm bsddb _curses _curses_panel _tkinter _elementtree _locale" |
| 603 |
export PYTHON_DISABLE_SSL=1 |
608 |
export PYTHON_DISABLE_SSL=1 |
| 604 |
export OPT="${CFLAGS}" |
609 |
export OPT="${CFLAGS}" |
| 605 |
|
610 |
|