Commit Graph

18 Commits

Author SHA1 Message Date
Fredrik Fornwall 12beaf1bf0 pick: Update from 2.0.1 to 2.0.2 2018-04-12 07:59:18 +02:00
Fredrik Fornwall d15c869439 pick: Update from 2.0.0 to 2.0.1 2018-01-02 23:06:24 +01:00
Fredrik Fornwall 25d4444c97 pick: Update from 1.9.0 to 2.0.0 2017-11-11 19:22:50 +01:00
Fredrik Fornwall a2cc3abce4 pick: Update from 1.8.0 to 1.9.0 2017-09-20 00:54:26 +02:00
Fredrik Fornwall 25dca70e00 pick: Update from 1.7.0 to 1.8.0 2017-08-28 12:06:50 +02:00
Fredrik Fornwall 3b210f9b99 pick: Update from 1.6.1 to 1.7.0 2017-07-01 01:06:23 +02:00
Fredrik Fornwall 68971d2b87 pick: Update from 1.6.0 to 1.6.1 2017-04-24 17:10:00 +02:00
Fredrik Fornwall dbd7e0a017 pick: Update from 1.5.4 to 1.6.0 2017-04-19 22:59:21 +02:00
Fredrik Fornwall d003e4121b pick: Update from 1.5.3 to 1.5.4 2017-01-27 23:59:43 +01:00
Fredrik Fornwall 1e3bbaac38 pick: Update from 1.5.2 to 1.5.3 2016-12-09 16:39:39 -05:00
Fredrik Fornwall 4be44af202 pick: Update from 1.5.0 to 1.5.2 2016-10-15 20:31:02 -04:00
Fredrik Fornwall b16667b744 pick: Update from 1.4.0 to 1.5.0 2016-09-24 09:08:47 -04:00
Fredrik Fornwall 9293f76c88 pick: Update to 1.4.0 from 1.3.0 2016-06-05 17:54:22 -04:00
Fredrik Fornwall 07d9b07c65 pick: Update from 1.2.1 to 1.3.0 2016-02-17 23:12:49 -05:00
Fredrik Fornwall 150f95af27 Fix rpl_malloc when cross compiling
Work around rpl_malloc being used, see
http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC
for more information:

"The AC_FUNC_MALLOC macro makes sure that the malloc function when passed a zero
argument returns a valid memory block instead of a NULL pointer. This behaviour
conforms to the GNU C library.  Normally, this is a reasonable test that autoconf
makes at build-time. In the case of cross-compilation, however, autoconf cannot
execute a program to verify proper behavior.  It makes the conservative assumption
that the target library will produce non-conforming code.

Failure of this test causes autconf to replace malloc() calls with rpl_malloc()
calls. At link time, if there is no rpl_malloc() function, the linker will fail
with an error describing the missing symbol. The autoconf documentation recommends
adding this harmless code to the application to implement the function."

In Termux the rpl_malloc() usage is useless at best, and may also prevent building
some packages as well as giving runtime crashes for libgc-using packages or others
expecting to intercept malloc.

Previously some packages specified worked around this themselves, but the configure
arguments are now moved into build-package.sh.
2015-11-15 16:04:37 -05:00
Fredrik Fornwall 4e987dc553 pick: Minor version update 2015-11-08 01:47:58 -05:00
Fredrik Fornwall 9c51b58f7f pick: Update from 1.1.1 to 1.2.0 2015-08-11 03:24:16 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00