From: Fredrik Fornwall Date: Mon, 18 Apr 2016 04:33:02 +0000 (-0400) Subject: ndk_patches: now #define:s RTLD_* X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/51c63287f7da0fade22e0e092341e89af0652e25?hp=51c63287f7da0fade22e0e092341e89af0652e25 ndk_patches: now #define:s RTLD_* The Android NDK headers define the RTLD_* values within an enum, which causes problems with #ifdef checks. Patch these to instead use #define which is more traditional and what much code expects. ---