mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 07:34:11 +00:00
84635a6e17
Failing Hydra build: https://hydra.nixos.org/build/155150225
14 lines
282 B
Diff
14 lines
282 B
Diff
diff --git a/wrappers/dlsym.cpp b/wrappers/dlsym.cpp
|
|
index 2eda082..0c0c8ee 100644
|
|
--- a/wrappers/dlsym.cpp
|
|
+++ b/wrappers/dlsym.cpp
|
|
@@ -34,7 +34,7 @@
|
|
#include "os.hpp"
|
|
|
|
|
|
-#ifdef __GLIBC__
|
|
+#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 34
|
|
|
|
|
|
#include <dlfcn.h>
|