diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-03-14 18:26:25 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-16 04:33:14 +0200 |
commit | 5460e56345e4c2bf873b3543cd4ca5a049a06c54 (patch) | |
tree | 107a843bee3b693a154bcdb9d7d2a77278a4af7d | |
parent | 75c789317c734a1c55cf98fcfb18b9fe508761d6 (diff) | |
download | aports-5460e56345e4c2bf873b3543cd4ca5a049a06c54.tar.bz2 aports-5460e56345e4c2bf873b3543cd4ca5a049a06c54.tar.xz |
community/php7: remove outdated win headers
-rw-r--r-- | community/php7/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index dab58b909b..8d0631a419 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -214,9 +214,7 @@ prepare() { TSRM/tsrm_config.w32.h \ Zend/zend_config.w32.h \ ext/mysqlnd/config-win.h \ - ext/standard/winver.h \ - main/win32_internal_function_disabled.h \ - main/win95nt.h + ext/standard/winver.h # Fix some bogus permissions. find . -name \*.[ch] -exec chmod 644 {} \; |