mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 04:42:14 +01:00
12 lines
265 B
Diff
12 lines
265 B
Diff
--- ./src/lib/module-dir.c.orig
|
|
+++ ./src/lib/module-dir.c
|
|
@@ -141,7 +141,7 @@
|
|
|
|
static void *quiet_dlopen(const char *path, int flags)
|
|
{
|
|
-#ifndef __OpenBSD__
|
|
+#if !defined(__OpenBSD__) && !defined(__UCLIBC__)
|
|
return dlopen(path, flags);
|
|
#else
|
|
void *handle;
|