summaryrefslogtreecommitdiffstats
path: root/dbus-rpath.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-29 16:34:41 +0200
committerRemi Collet <remi@php.net>2025-08-29 16:34:41 +0200
commita1ab71cdeb8893159dae89e600641c0525208297 (patch)
tree4442787a08fe12dbce134eeb58abe96f1b32ec23 /dbus-rpath.patch
parent580753fa9993e479740a574af5619552b62c0011 (diff)
update to 0.4.1
re-license spec file to CECILL-2.1 move from pecl to pie packaging
Diffstat (limited to 'dbus-rpath.patch')
-rw-r--r--dbus-rpath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dbus-rpath.patch b/dbus-rpath.patch
deleted file mode 100644
index cb9da29..0000000
--- a/dbus-rpath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- dbus-0.1.1/config.m4.old 2014-02-23 08:04:27.000000000 +0100
-+++ dbus-0.1.1/config.m4 2014-02-23 08:13:18.000000000 +0100
-@@ -25,8 +25,8 @@
-
- AC_MSG_CHECKING(for dbus)
- if $PKG_CONFIG --exists dbus-1; then
-- AC_MSG_RESULT(found)
-- LDFLAGS="$LDFLAGS `$PKG_CONFIG --libs dbus-1`"
-+ LDFLAGS="$LDFLAGS `$PKG_CONFIG --libs dbus-1 | sed -e s:-L/$PHP_LIBDIR:-L/usr/$PHP_LIBDIR:`"
-+ AC_MSG_RESULT(found: $LDFLAGS)
- CFLAGS="$CFLAGS `$PKG_CONFIG --cflags dbus-1`"
- PHP_SETUP_LIBXML(DBUS_SHARED_LIBADD, [
- AC_DEFINE(HAVE_DBUS, 1, [whether dbus exists in the system])