1538eb4c580d53657f82e4e0170ca5ad5b67455c |
|
23-Nov-2016 |
Adrien Schildknecht <adriens@google.com> |
android: libext2fs and com_err for windows Test: m libext2fs-host && m libext2_com_err-host Change-Id: I92b6717b617a4f7f16182bf12af58cb22f20fa8f
/external/e2fsprogs/configure.ac
|
94c0dc3190907ad4b09755e4ce9f8fc9bb3a39a6 |
|
03-Dec-2016 |
Adrien Schildknecht <adriens@google.com> |
Revert "android: libext2fs and com_err for windows" This reverts commit 7661be3a951d60f9181ab57011bfbe7e5ab5c80c. Change-Id: I3eea5045606d15941ad3a0518292eaf8be801001
/external/e2fsprogs/configure.ac
|
7661be3a951d60f9181ab57011bfbe7e5ab5c80c |
|
23-Nov-2016 |
Adrien Schildknecht <adriens@google.com> |
android: libext2fs and com_err for windows Test: m libext2fs-host && m libext2_com_err-host Change-Id: Id4ad914f86c92ebe4e4b0fb14a75ccb88189daba
/external/e2fsprogs/configure.ac
|
a2143b51605931db28ba3d5f18f06a73c265287b |
|
02-Sep-2016 |
Theodore Ts'o <tytso@mit.edu> |
Fix build reproducibility for mk_cmds and compile_et The mk_cmds and compile_et scripts include the build directory, which breaks the build reproducibility goal of Debian. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
62bc243f1bfe623312a350e4cd0d2e17a69aac45 |
|
09-Jun-2016 |
Gustavo Zacarias <gustavo@zacarias.com.ar> |
fuse2fs: might need librt It uses clock_gettime() which in older glibc versions is in librt. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
32179ce25bff497e2e75a479ef97e9ae0b4bfd9c |
|
07-Jun-2016 |
Theodore Ts'o <tytso@mit.edu> |
configure: fix detection of dlopen() for BSD systems Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
749f07121d9c98c317987a87f44c458745f39f15 |
|
30-May-2016 |
Theodore Ts'o <tytso@mit.edu> |
Add configure --disable-tdb which disables e2fsck's scratch_files feature The scratch_files feature is not really needed except on 32-bit platforms, since tdb's performance is pretty awful given how we are using it. Maybe SQLite would be faster, but for 64-bit platforms, enabling swap works fairly well, especially using the rbtree for the bitmap abstraction. We leave tdb for Android since it's unlikely that someone will be trying to connect petabyte+ sized file systems to a mobile handset. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
2dd680f3b9ff65c1aa0ae3af77aac55ad356f143 |
|
29-May-2016 |
Theodore Ts'o <tytso@mit.edu> |
tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_t Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
fd1677e8010c1697caf3f7d800b84ba7d79bd5f3 |
|
22-May-2016 |
Theodore Ts'o <tytso@mit.edu> |
Add --enable-hardening which builds e2fsprogs with security hardening Enable the following security features: stack protection, fortify, read-only relocation tables, immediate dynamic symbol binding, and text segment ASLR by enabling position independent executable (PIE). Special handling is provided for shared library and statically linked executables. For all the gory details please see: https://lists.debian.org/debian-devel/2016/05/msg00302.html Distributions who want to do their own special thing can set CFLAGS, CFLAGS_SHLIB, CLFAGS_STLIB, LDFLAGS, LDFLAGS_SHLIB and LDFLAGS_STATIC as appropriate. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
2ab53829a2198af3f6f99bd01b953bf47a11b5b9 |
|
15-Mar-2016 |
Theodore Ts'o <tytso@mit.edu> |
configure.ac: fix up Debian naming scheme for its orig.tar.gz file We are using a new convention for the 1.43-WIP releases which should be less confusion by replacing the hyphens by periods (e.g., 1.43~WIP.2016.03.06 instead of 1.43~WIP-2016-03-06). This avoids confusion regarding the debian release number (which uses the last hyphen in the version string to separate the upstream version from the release number). Also fix a typo in the version number used in the debian changelog and e2fslibs.symbols file. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
f34af41b72ed8ca29b4579a8967ced7b61924c71 |
|
12-Jul-2015 |
Theodore Ts'o <tytso@mit.edu> |
rename libquota.a to libsupport.a We will be using libsupport.a for e2fsprogs's internal support functions. It will contain the quota support functions, but we will also be moving code such as profile.c and plausible.c to libsupport. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8 |
|
04-Jul-2015 |
Theodore Ts'o <tytso@mit.edu> |
configure: remove support to disable quota support For the 1.43 release, quota support will be the default. It's much simpler if we don't try to make quota support optional. This was done originally because the quota feature wasn't fully tested. It is now, so we can remove this as an option. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
149640fabcf140d8ede596b06ff8c191ca23caca |
|
03-Jul-2015 |
Theodore Ts'o <tytso@mit.edu> |
configure: remove support to disable htree support The presence of --disable-htree is very much a legacy thing. Remove it since supporting the lack of htree support is pretty silly. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
44dfb37829c45a40e771cd4d5d0e06fedbe1ea88 |
|
02-Jul-2015 |
Theodore Ts'o <tytso@mit.edu> |
configure: only include libuuid and libblkid in AC_OUTPUT if needed If we are not buildinig the uuid or blkid library, we shouldn't create the Makefile and other files generated by configure / config.status. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|
5ea7aee425f1eff2f90280cadf8a98305564047b |
|
20-Jun-2015 |
Theodore Ts'o <tytso@mit.edu> |
rename configure.in to configure.ac Some newer versions of autoconf kvetch if we are still using configure.in. As of this writing the only version of autoconf which I support is autoconf 2.69, and if you try to recreate the configure script which is shipped with e2fsprogs, and it breaks, you get to keep both pieces. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/configure.ac
|