Henrik Grimler c7443b67fe perl: dont pass linker flags to clang -E
I.e. preprocessor mode. This silences warning messages both when
cross-compiling perl and when compiling perl packages on device.

Note that the main perl binary ends up with RUNPATH set to
$PREFIX/lib/perl5/5.32.1/arm-android/CORE, instead of $PREFIX/lib
_and_ $PREFIX/lib/perl5/5.32.1/arm-android/CORE.  perl only links
against the standard libraries and libperl.so though, and the latter
is in $PREFIX/lib/perl5/5.32.1/arm-android/CORE so there should be no
need to add $PREFIX/lib to RUNPATH (unless I am missing something).

Tested by running perl and installing some perl modules on an arm
tablet,
2021-07-04 21:38:43 +02:00
2021-06-29 13:44:04 +05:30
2020-08-27 21:40:58 +03:00
2020-04-29 00:32:23 +02:00
2021-02-03 17:30:12 +01:00
2019-06-08 14:40:01 +03:00

Termux packages

Packages last build status Docker image status Join the chat at https://gitter.im/termux/termux GitHub repo size

Powered by FossHost

This project contains scripts and patches to build packages for the Termux Android application.

Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down errors when running apt or pkg commands.

Contributing

@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.

Read CONTRIBUTING.md and Developer's Wiki for more details.

Contacts

General mailing list: https://groups.io/g/termux

Developer mailing list: https://groups.io/g/termux-dev

General chat: https://gitter.im/termux/termux or #termux on IRC/libera.chat.

Developer chat: https://gitter.im/termux/dev.

Description
No description provided
Readme 56 MiB
Languages
Shell 72.6%
C 18.9%
C++ 4.5%
CMake 1.5%
Python 0.8%
Other 1.5%