summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-10-14 21:42:07 +0800
committer宋文武 <iyzsong@gmail.com>2015-10-14 21:42:07 +0800
commit1c255eeec9a6e8f6701c8c197b52dd3006ce07a8 (patch)
tree7caf4ac05049b737146d4e5911c96e3db4307e0e
parent25087f60b67e6031583cff2f4ac10873bf3d5520 (diff)
gnu: Remove dbus-localstatedir.patch.
This is a followup to 25087f. * gnu/packages/patches/dbus-localstatedir.patch: Remove file.
-rw-r--r--gnu/packages/patches/dbus-localstatedir.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/patches/dbus-localstatedir.patch b/gnu/packages/patches/dbus-localstatedir.patch
deleted file mode 100644
index 921ec29be4..0000000000
--- a/gnu/packages/patches/dbus-localstatedir.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Do not try to create $localstatedir and $sysconfdir since we cannot do this
-when they are /var and /etc.
-
---- a/bus/Makefile.in
-+++ b/bus/Makefile.in
-@@ -565,7 +565,7 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- dbusdatadir = $(datadir)/dbus-1
--legacydbusdatadir = $(sysconfdir)/dbus-1
-+legacydbusdatadir = $(prefix)/etc/dbus-1
- dbus_daemon_execdir = $(DBUS_DAEMONDIR)
- DBUS_BUS_LIBS = \
- $(XML_LIBS) \
-@@ -1669,7 +1669,6 @@ clean-local:
- install-data-hook:
- $(mkinstalldirs) $(DESTDIR)$(dbusdatadir)/session.d
- $(mkinstalldirs) $(DESTDIR)$(dbusdatadir)/services
--@DBUS_UNIX_TRUE@ $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
- @DBUS_UNIX_TRUE@ $(mkinstalldirs) $(DESTDIR)$(dbusdatadir)/system.d
- @DBUS_UNIX_TRUE@ $(mkinstalldirs) $(DESTDIR)$(dbusdatadir)/system-services
- # Install dbus.socket as default implementation of a D-Bus stack.
-diff --git a/tools/Makefile.in b/tools/Makefile.in
-index 915971d..6b6897d 100644
---- a/tools/Makefile.in
-+++ b/tools/Makefile.in
-@@ -1055,12 +1055,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dist_examplesSCRIPTS
- .PRECIOUS: Makefile
-
-
--# create the /var/lib/dbus directory for dbus-uuidgen
--install-data-local:
-- $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus
--
--installcheck-local:
-- test -d $(DESTDIR)$(localstatedir)/lib/dbus
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.