diff options
| author | stefan11111 <stefan11111@shitposting.expert> | 2024-02-23 01:16:49 +0200 |
|---|---|---|
| committer | stefan11111 <stefan11111@shitposting.expert> | 2024-02-23 01:16:49 +0200 |
| commit | b4aea3fefcda348ea174a12e8ec3372272fad304 (patch) | |
| tree | ba11f5740e1ed14ffc6d0bdebb014ae6152ba31f | |
| parent | 802e9eaaef1a75db785d801c14788cbddcf17758 (diff) | |
| download | fake-dbus-b4aea3fefcda348ea174a12e8ec3372272fad304.tar.gz | |
update Makefile
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Version | 10 | ||||
| -rw-r--r-- | libdbus-1.c | 1 | ||||
| -rwxr-xr-x | libdbus-1.so.3 | bin | 0 -> 23648 bytes | |||
| -rwxr-xr-x | libdbus-glib-1.so.2 | bin | 0 -> 13768 bytes |
5 files changed, 12 insertions, 1 deletions
@@ -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 @@ -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 Binary files differnew file mode 100755 index 0000000..b898405 --- /dev/null +++ b/libdbus-1.so.3 diff --git a/libdbus-glib-1.so.2 b/libdbus-glib-1.so.2 Binary files differnew file mode 100755 index 0000000..eb3a032 --- /dev/null +++ b/libdbus-glib-1.so.2 |
