termux-packages/packages/php
Henrik Grimler c1b82abd09 Add fixes for debug builds (#2296)
* build-package.sh: add possibility for debug patches and TERMUX_PKG_HAS_DEBUG

Setting TERMUX_PKG_HAS_DEBUG=no disables attempt to build debug build of
package.
Useful for example if a debug build doesn't make sense, as for python-packages
and texlive.

* aapt: skip D_FORTIFY_SOURCE=2 for libandroid-cutils when doing debug build

* lftp: skip D_FORTIFY_SOURCE=2 for debug build

* libflac: don't use -g3 for debug build

Configure script removes it otherwise.

* nano: skip -D_FORTIFY_SOURCE=2 for debug build

* vifm: skip -D_FORTIFY_SOURCE=2 for debug build

* mc: skip -D_FORTIFY_SOURCE=2 for debug build

* dropbear: add __attribute__((overloadable)) to XMEMSET and XMEMCPY if debug

* gdb: add __attribute__((overloadable)) to strchr if debug

* gnuit: add __attribute__((overloadable)) to strchr and strcpy if debug

* gperf: add __attribute__((overloadable)) to strlen if debug

* inetutils: add __attribute__((overloadable)) to strrchr and strchr if debug

* readline: add __attribute__((overloadable)) to strchr if debug

* tsocks: add __attribute__((overloadable)) to poll if debug

* units: add __attribute__((overloadable)) to strchr if debug

* liblua: fix bug in loslib.c that emerged in debug build

Use strncpy instead of strcpy.
Original error message:
loslib.c:169:3: error: 'strcpy' called with string bigger than buffer
  lua_tmpnam(buff, err);
  ^
loslib.c:122:37: note: expanded from macro 'lua_tmpnam'
       strcpy(b, LUA_TMPNAMTEMPLATE); \
                                   ^

* alpine: include our getpass.h in imap's mtest.c to declare getpass

Debug build complained about the previous implicit declaration.

* nginx: use --with-debug instead of --debug

* cboard: skip -D_FORTIFY_SOURCE=2 for debug build

* gettext: add __attribute__((overloadable)) to getcwd if debug

* oathtool: skip -D_FORTIFY_SOURCE=2 for debug build

* php: add __attribute__((overloadable)) to strlcpy and strlcat if debug

* expect: add __attribute__((overloadable)) to strchr if debug

* texlive: set TERMUX_PKG_HAS_DEBUG=no

* asciinema: set TERMUX_PKG_HAS_DEBUG=no

* libllvm: set TERMUX_PKG_HAS_DEBUG=no

Debug build fails with:
home/builder/.termux-build/libllvm/src/lib/Support/Unix/Path.inc:740:19: error: no matching function for call to 'RetryAfterSignal'                                                                                                      if ((ResultFD = sys::RetryAfterSignal(-1, open, P.begin(), OpenFlags)) < 0)

* build-package.sh: set TERMUX_PKG_REPLACES=package if debug build

Hopefully allows us to install debug packages without breaking dependecies.

Should be looked over and be made more similar to how debian does this in any case

* Update build.sh
2018-06-13 02:12:36 +02:00
..
Makefile.global.patch php: New attempt at avoid-linking-apr-everywhere 2017-06-15 00:32:26 +02:00
build.sh php: Update from 7.2.5 to 7.2.6 2018-05-25 12:39:28 +02:00
configure.patch php: New attempt at avoid-linking-apr-everywhere 2017-06-15 00:32:26 +02:00
ext-fileinfo-config.m4.patch Add php package (closes #46) 2015-11-10 17:39:00 -05:00
ext-fileinfo-libmagic-file.h.patch.debug Add fixes for debug builds (#2296) 2018-06-13 02:12:36 +02:00
ext-opcache-config.m4.patch php: Fix opcache by using MAP_ANON support 2018-03-11 00:51:41 +01:00
ext-opcache-zend_accelerator_module.c.patch php: Fix opcache by using MAP_ANON support 2018-03-11 00:51:41 +01:00
ext-pgsql-config.m4.patch php: Link pgsql extension against libpcre 2017-03-30 23:54:20 +02:00
ext-phar-Makefile.frag.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
ext-posix-posix.c.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
ext-standard-dns.c.patch Add php package (closes #46) 2015-11-10 17:39:00 -05:00
ext-standard-php_fopen_wrapper.c.patch php: Fix 64-bit build 2016-01-04 06:46:16 -05:00
ext-standard-proc_open.c.patch php: Update path to /bin/sh for proc_open() 2016-03-04 19:08:21 +01:00
pear-Makefile.frag.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
php-apache.subpackage.sh php-apache: add package (#1075) 2017-06-12 14:27:49 +02:00
php-fpm.patch add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-fpm.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-pgsql.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
sapi-apache2handler-config.m4.patch php: New attempt at avoid-linking-apr-everywhere 2017-06-15 00:32:26 +02:00