radare2/libr/fs
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
..
d Fix #2634 - Open projects webui when no file is opened 2015-05-28 00:59:37 +02:00
p Don't try to build shared libraries if configured as --without-pic. 2018-01-11 23:09:22 +01:00
file.c Fix uninitialized partition type issue in 'mp gpt' 2017-11-07 11:45:10 +01:00
fs.c r_str_ansi_chop -> r_str_ansi_trim, r_str_chop_path -> r_str_trim_path 2018-01-08 03:33:01 +01:00
Makefile build cleanup focused on possibility to control the lib directories with the build parameters 2015-10-27 03:26:45 +01:00
meson.build Remove squash references (it's in extras) and add RFSPlugin.license 2017-11-08 00:49:29 +01:00
test.rsc * Initial working r_fs API with ext2 fs 2011-01-14 01:02:20 +01:00
types.h Autodetect and mount ISO9660 partitions 2017-11-06 23:58:50 +01:00