diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-11-04 22:35:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-07 15:15:31 +0000 |
commit | 51914aa9a07ab9581eb0db317bc0539d82a94baf (patch) | |
tree | 10924c3425e1c35c4a00a094a94764625eb1e3a3 /community/php5-suhosin/fix-LOCK-undeclared.patch | |
parent | 5130c840f0c9f167275e2f6466eb973ba423ca62 (diff) | |
download | aports-51914aa9a07ab9581eb0db317bc0539d82a94baf.tar.bz2 aports-51914aa9a07ab9581eb0db317bc0539d82a94baf.tar.xz |
community/php5-suhosin: restore to community
* restore php5-suhosin
Diffstat (limited to 'community/php5-suhosin/fix-LOCK-undeclared.patch')
-rw-r--r-- | community/php5-suhosin/fix-LOCK-undeclared.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/php5-suhosin/fix-LOCK-undeclared.patch b/community/php5-suhosin/fix-LOCK-undeclared.patch new file mode 100644 index 0000000000..27b3e7555b --- /dev/null +++ b/community/php5-suhosin/fix-LOCK-undeclared.patch @@ -0,0 +1,11 @@ +--- suhosin-0.9.38/log.c ++++ suhosin-0.9.38/log.c.new +@@ -27,7 +27,7 @@ + #include "php.h" + #include "php_ini.h" + #include "php_suhosin.h" +-#include <fcntl.h> ++#include <linux/fcntl.h> + #include "SAPI.h" + #include "ext/standard/datetime.h" + #include "ext/standard/flock_compat.h" |