From b4aea3fefcda348ea174a12e8ec3372272fad304 Mon Sep 17 00:00:00 2001 From: stefan11111 Date: Fri, 23 Feb 2024 01:16:49 +0200 Subject: update Makefile --- Makefile | 2 +- Version | 10 ++++++++++ libdbus-1.c | 1 + libdbus-1.so.3 | Bin 0 -> 23648 bytes libdbus-glib-1.so.2 | Bin 0 -> 13768 bytes 5 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Version create mode 100755 libdbus-1.so.3 create mode 100755 libdbus-glib-1.so.2 diff --git a/Makefile b/Makefile index c573c29..04ae9bd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: XCFLAGS = ${CPPFLAGS} ${CFLAGS} -nostdlib -std=c99 -fPIC -Wall -Wno-pedantic -XLDFLAGS = ${LDFLAGS} -shared -Wl +XLDFLAGS = ${LDFLAGS} -shared -Wl,--version-script Version -Wl LIBDIR ?= /lib64 diff --git a/Version b/Version new file mode 100644 index 0000000..2565fc9 --- /dev/null +++ b/Version @@ -0,0 +1,10 @@ +LIBDBUS_1_15.8 { + global: + dbus_*; + local: + *; +}; +LIBDBUS_PRIVATE_1.15.8 { + global: + _dbus_*; +}; diff --git a/libdbus-1.c b/libdbus-1.c index 5038053..4466d9a 100644 --- a/libdbus-1.c +++ b/libdbus-1.c @@ -113,3 +113,4 @@ void* dbus_signature_iter_get_current_type() { return 0; } void* dbus_message_iter_append_fixed_array() { return 0; } void* dbus_message_set_interface() { return 0; } void* dbus_free_string_array() { return 0; } +void* _dbus_ensure_standard_fds() { return 0; } diff --git a/libdbus-1.so.3 b/libdbus-1.so.3 new file mode 100755 index 0000000..b898405 Binary files /dev/null and b/libdbus-1.so.3 differ diff --git a/libdbus-glib-1.so.2 b/libdbus-glib-1.so.2 new file mode 100755 index 0000000..eb3a032 Binary files /dev/null and b/libdbus-glib-1.so.2 differ -- cgit v1.2.3