summaryrefslogtreecommitdiff
path: root/libdbus-c++-0.9.0-link.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-09-16 02:14:23 +0000
committerCoprDistGit <infra@openeuler.org>2025-09-16 02:14:23 +0000
commita1a9ca04a535ba8c893370f5c5738b3c6f9e9941 (patch)
tree5c58cf99d37cd0804478a689f39b488fa1decb72 /libdbus-c++-0.9.0-link.patch
parent0d1171fce1e277ef6ed6cdb2918b2bc9637b82ac (diff)
automatic import of dbus-c++
Diffstat (limited to 'libdbus-c++-0.9.0-link.patch')
-rw-r--r--libdbus-c++-0.9.0-link.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/libdbus-c++-0.9.0-link.patch b/libdbus-c++-0.9.0-link.patch
new file mode 100644
index 0000000..f69b1c4
--- /dev/null
+++ b/libdbus-c++-0.9.0-link.patch
@@ -0,0 +1,52 @@
+--- ./src/integration/ecore/Makefile.am.link 2012-07-28 07:29:07.000000000 +0000
++++ ./src/integration/ecore/Makefile.am 2012-07-28 07:29:34.000000000 +0000
+@@ -11,6 +11,7 @@
+ -Wno-unused-parameter
+
+ libdbus_c___ecore_1_la_LIBADD = \
++ $(top_builddir)/src/libdbus-c++-1.la \
+ $(dbus_LIBS) \
+ $(ecore_LIBS)
+
+--- ./src/Makefile.am.link 2012-07-28 07:28:42.000000000 +0000
++++ ./src/Makefile.am 2012-07-28 07:28:54.000000000 +0000
+@@ -36,7 +36,7 @@
+ $(glib_CFLAGS) \
+ $(ecore_CFLAGS)
+
+-SUBDIRS = \
++SUBDIRS = . \
+ integration
+
+ HEADER_DIR = $(top_srcdir)/include/dbus-c++
+--- ./src/integration/glib/Makefile.am.link 2012-07-28 07:36:02.000000000 +0000
++++ ./src/integration/glib/Makefile.am 2012-07-28 07:36:53.000000000 +0000
+@@ -11,6 +11,7 @@
+ -Wno-unused-parameter
+
+ libdbus_c___glib_1_la_LIBADD = \
++ $(top_builddir)/src/libdbus-c++-1.la \
+ $(dbus_LIBS) \
+ $(glib_LIBS)
+
+--- ./examples/glib/Makefile.am.link 2012-07-28 07:53:24.000000000 +0000
++++ ./examples/glib/Makefile.am 2012-07-28 07:53:54.000000000 +0000
+@@ -8,7 +8,7 @@
+
+ dbus_browser_SOURCES = dbus-glue.h dbus-browser.h dbus-browser.cpp $(top_srcdir)/tools/xml.cpp
+ dbus_browser_LDADD = $(top_builddir)/src/integration/glib/libdbus-c++-glib-1.la \
+- $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS)
++ $(top_builddir)/src/libdbus-c++-1.la $(gtkmm_LIBS) $(xml_LIBS)
+
+ dbus-glue.h: $(top_srcdir)/data/org.freedesktop.DBus.xml
+ $(top_builddir)/tools/dbusxx-xml2cpp $^ --proxy=$@
+--- ./test/functional/Test1/Makefile.am.link 2012-07-28 08:10:06.000000000 +0000
++++ ./test/functional/Test1/Makefile.am 2012-07-28 08:10:36.000000000 +0000
+@@ -34,6 +34,7 @@
+ $(RT_LIBS)
+
+ TestApp_CXXFLAGS = \
++ $(PTHREAD_CFLAGS) \
+ -I$(top_srcdir)/include
+
+ AM_CPPFLAGS =