summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-12-12 11:31:12 +0100
committerOndřej Surý <ondrej@sury.org>2013-12-12 11:33:24 +0100
commit1d75fc29a355fc9831cb335fef6bf3913e953238 (patch)
treeca216fd49be051b84588644725dbc3e91505fd69 /debian
parent3c504fbcaa340fde7bb64c9d8a5287d09402a7db (diff)
downloadphp-1d75fc29a355fc9831cb335fef6bf3913e953238.tar.gz
Enable dtrace/systemtap support (Closes: #730528)
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ecf5ceb02..9c1f055cd 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,7 @@ Build-Depends: apache2-dev (>= 2.4),
libxmltok1-dev,
libxml2-dev,
libxslt1-dev (>= 1.0.18),
+ systemtap-sdt-dev,
locales-all | language-pack-de,
mysql-server,
netbase,
diff --git a/debian/rules b/debian/rules
index e7c49725a..01dab3d66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,7 +147,8 @@ COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
--enable-zip \
--with-mhash=yes \
--with-system-tzdata \
- --with-mysql-sock=/var/run/mysqld/mysqld.sock
+ --with-mysql-sock=/var/run/mysqld/mysqld.sock \
+ --enable-dtrace
BUILTIN_EXTENSION_CHECK=$$e=get_loaded_extensions(); natcasesort($$e); \
$$s="The following extensions are built in:"; \