|
@ -18,7 +18,7 @@ termux_step_pre_configure() { |
|
|
|
|
|
|
|
|
termux_step_post_configure() { |
|
|
termux_step_post_configure() { |
|
|
# Enable python support manually, as trying to go using --enable-python-plugins |
|
|
# Enable python support manually, as trying to go using --enable-python-plugins |
|
|
# causes configure trying to execut python: |
|
|
# causes configure trying to execute python: |
|
|
echo '#define HAVE_PYTHON 1' >> $TERMUX_PKG_SRCDIR/src/config.h |
|
|
echo '#define HAVE_PYTHON 1' >> $TERMUX_PKG_SRCDIR/src/config.h |
|
|
perl -p -i -e 's|#am__objects_2|am__objects_2|' $TERMUX_PKG_SRCDIR/Makefile |
|
|
perl -p -i -e 's|#am__objects_2|am__objects_2|' $TERMUX_PKG_SRCDIR/Makefile |
|
|
} |
|
|
} |
|
|