aboutsummaryrefslogtreecommitdiff
path: root/lang/php7-pecl-krb5/Makefile
Commit message (Collapse)AuthorAge
* php7-pecl-krb5: migrate package to php8-pecl-krb5Michael Heimpold2021-12-09
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: rename PECLPackage to PHP7PECLPackage to prepare PHP8 transitionMichael Heimpold2021-02-01
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-krb5: update to 1.1.4W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* php7-pecl-krb5: update to 1.1.3Michael Heimpold2020-03-31
| | | | | | Compile and run-time tested on I2SE Duckbill (mxs platform). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-krb5: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-krb5: fix build error and runtime loadingMichael Heimpold2019-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build throws several (non-fatal) build errors: -snip- ... checking for kerberos support... yes, shared checking path to krb5config tool... no checking for kerberos KADM5 support... no checking whether we have krb5config... ./configure: line 3974: --libs: command not found ./configure: line 3975: --cflags: command not found checking for required linker flags... checking for required compiler flags... ./configure: line 3988: --version: command not found checking for kerberos library version... checking for krb5_free_string... no checking for krb5_chpw_message... no checking for krb5_principal_get_realm... no checking how to print strings... printf ... -snap- To fix this give configure the path to krb5-config tool. The runtime error which is fixed by the change is: PHP Warning: PHP Startup: Unable to load dynamic library 'krb5.so' (tried: /usr/lib/php/krb5.so (Error relocating /usr/lib/php/krb5.so: krb5_get_init_creds_opt_free: symbol not found), ... Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-krb5: fix PKG_LICENSE tagMichael Heimpold2019-09-10
| | | | | | | According to the included license file in the package, the license is MIT not BSD, so fix it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7-pecl-krb5: add new packageW. Michael Petullo2018-05-26
Signed-off-by: W. Michael Petullo <mike@flyn.org>