diff options
| author | Ondřej Surý <ondrej@sury.org> | 2013-12-12 11:31:12 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2013-12-12 11:33:24 +0100 |
| commit | 1d75fc29a355fc9831cb335fef6bf3913e953238 (patch) | |
| tree | ca216fd49be051b84588644725dbc3e91505fd69 /debian | |
| parent | 3c504fbcaa340fde7bb64c9d8a5287d09402a7db (diff) | |
| download | php-1d75fc29a355fc9831cb335fef6bf3913e953238.tar.gz | |
Enable dtrace/systemtap support (Closes: #730528)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
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:"; \ |
