aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5-suhosin/fix-LOCK-undeclared.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-11-08 00:39:54 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-09 07:34:16 +0000
commit96e8cf0319ba5e6bf58f4cb6141582c66985af70 (patch)
tree82d24e74e0a47702f3f2ec10b1864aa6fb2b80ab /community/php5-suhosin/fix-LOCK-undeclared.patch
parent210bdd575e74b53138db69e767941b4e532003cf (diff)
downloadaports-96e8cf0319ba5e6bf58f4cb6141582c66985af70.tar.bz2
aports-96e8cf0319ba5e6bf58f4cb6141582c66985af70.tar.xz
community/php5-suhosin: remove aport
Diffstat (limited to 'community/php5-suhosin/fix-LOCK-undeclared.patch')
-rw-r--r--community/php5-suhosin/fix-LOCK-undeclared.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/php5-suhosin/fix-LOCK-undeclared.patch b/community/php5-suhosin/fix-LOCK-undeclared.patch
deleted file mode 100644
index 27b3e7555b..0000000000
--- a/community/php5-suhosin/fix-LOCK-undeclared.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"