mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-08 06:02:51 +08:00
Dl_info is undeclared with uclibc-ng without __USE_GNU
- like https://github.com/rofl0r/proxychains-ng/issues/338
- refs https://github.com/wbx-github/uclibc-ng/blob/v1.0.44/include/dlfcn.h#L90
- used 3336514d8c
This commit is contained in:
parent
0c795085fa
commit
b0f8a2c20b
@ -19,6 +19,9 @@
|
|||||||
#ifdef IS_MAC
|
#ifdef IS_MAC
|
||||||
#define _DARWIN_C_SOURCE
|
#define _DARWIN_C_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __UCLIBC__
|
||||||
|
#define __USE_GNU
|
||||||
|
#endif
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user