AM_CPPFLAGS only takes preprocessor flags like -I or -D, so it did not forward -rdynamic to the linker (--export-dynamic), which meant that the symbols defined in the executable itself were not resolvable via dlsym(). Fixes #394.laforge/swu
parent
4e2a176229
commit
10a69c32c2
Loading…
Reference in new issue