radare2/libr/core/p
whitequark c816dc7e66 Don't try to build shared libraries if configured as --without-pic.
Specifically, avoid building all plugins as non-static objects,
as well as some supplementary libraries. In fact, a large amount
of plugins was already gated to build as shared objects only with
WITHPIC=1, but this was not done consistently.
This gating has been moved to */p/Makefile.

Building these shared objects is a waste of time and breaks
the --without-pic build unless CFLAGS is forced in the make
invocation.
2018-01-11 23:09:22 +01:00
..
anal.mk Finally fix the build on osx-ppc 2016-06-06 17:30:07 +02:00
core_anal.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
core_java.c opsalamance - merge the big siol branch 2017-08-22 09:42:16 +02:00
core_test.c r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
java.mk Refix mingw32 build 2017-05-10 00:34:05 +02:00
Makefile Don't try to build shared libraries if configured as --without-pic. 2018-01-11 23:09:22 +01:00