From 6f0275ff153053d8f4900f79b97a3834be6801ee Mon Sep 17 00:00:00 2001 From: Christopher Gervais <chris@ergonlogic.com> Date: Mon, 12 Aug 2013 18:08:27 +0000 Subject: [PATCH] Issue #2060727: Patch Drupal core to suppress E_STRICT warnings on PHP5.4. --- aegir.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegir.make b/aegir.make index 2b6b5253d..fe4e00451 100644 --- a/aegir.make +++ b/aegir.make @@ -2,6 +2,8 @@ core = 6.x api = 2 projects[drupal][type] = "core" +projects[drupal][version] = "6.28" +projects[drupal][patch][] = "https://drupal.org/files/common.inc_6.28.patch" projects[hostmaster][type] = "profile" projects[hostmaster][download][type] = "git" -- GitLab