Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-13 | Fix bugs in previous commit. | Ralf Corsépius | 1 | -4/+3 | |
2007-08-13 | Rework check for selinux. | Ralf Corsépius | 1 | -7/+25 | |
2007-08-13 | Clean up --with-lua. | Ralf Corsépius | 1 | -4/+3 | |
2007-08-13 | Rework --with-apidocs handling. | Ralf Corsépius | 1 | -11/+14 | |
2007-08-12 | Remove WITH_LUA_SUBDIR. | Ralf Corsépius | 1 | -5/+2 | |
2007-08-11 | Remove support for in-source-tree sqlite3. | Ralf Corsépius | 1 | -14/+2 | |
2007-08-10 | Rework check for libmagic. | Ralf Corsépius | 1 | -3/+4 | |
2007-08-10 | Remove WITH_MAGIC_SUBDIR. | Ralf Corsépius | 1 | -3/+0 | |
2007-08-10 | Remove WITH_RPMFILE (Unused). | Ralf Corsépius | 1 | -1/+0 | |
2007-08-10 | Remove support of in-source-tree libneon. | Ralf Corsépius | 1 | -12/+1 | |
2007-08-10 | Use AC_CHECK_HEADERS(gelf.h). | Ralf Corsépius | 1 | -2/+3 | |
Add AM_CONDITIONAL(LIBELF). | |||||
2007-08-10 | Use AC_CHECK_HEADERS to check for beecrypt headers. | Ralf Corsépius | 1 | -4/+2 | |
2007-08-10 | Remove WITH_LIBDWARF_INCLUDE, WITH_LIBDWARF_DEBUGEDIT. | Ralf Corsépius | 1 | -7/+3 | |
Add AM_CONDITIONAL(LIBDWARF). | |||||
2007-08-10 | Drop supporting insource-tree libelf/libdwarf. | Ralf Corsépius | 1 | -17/+1 | |
2007-08-10 | Depend on external libbeecrypt | Ralf Corsépius | 1 | -14/+4 | |
2007-08-10 | Depend on external libpopt | Ralf Corsépius | 1 | -13/+9 | |
2007-08-08 | Remove WITH_PYTHON_SUBDIR. | Ralf Corsépius | 1 | -2/+0 | |
2007-08-06 | rpm is not a cross-tool... | Panu Matilainen | 1 | -6/+6 | |
The patch below removes AC_CANONICAL_TARGET from configure.ac and changes $target to $host. Background: AC_CANONICAL_TARGET is supposed to take the target of a cross-tool, not the target of cross-compiling a package (== a configure script's --host). Patch from Ralf Corsepius | |||||
2007-08-06 | Detect and use -gnueabi instead of -gnu on ARM as necessary. | Panu Matilainen | 1 | -0/+4 | |
Patch from Lennert Buytenhek. | |||||
2007-08-06 | Allow building without python-devel. | Panu Matilainen | 1 | -1/+8 | |
The patch below adds a check for presence of Python.h to configure.ac and applies automake-conditionals to switch off building rpm's python bindings if Python.h can't be found. Patch from Ralf Corsepius. | |||||
2007-08-05 | Automake cleanups. | Panu Matilainen | 1 | -2/+2 | |
- Replace INCLUDES with AM_CPPFLAGS (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in modern automakes for several years) - Require autoconf-2.61 and automake-1.10 (already required by autogen.sh) - update mkinstalldirs with the version from automake-1.10 (The version in rpm is ancient and known to be bugged) Patch from Ralf Corsepius | |||||
2007-07-30 | Fixing fallout from MARK64 removal.. | Panu Matilainen | 1 | -6/+0 | |
2007-07-25 | Set libdir /usr/lib vs lib64 directly, drop MARK64 stuff | Panu Matilainen | 1 | -9/+6 | |
2007-07-25 | Add initial rpm.pc pkg-config support. | Panu Matilainen | 1 | -1/+1 | |
2007-07-24 | More gettext cleanups. | Panu Matilainen | 1 | -6/+3 | |
- Use po/LINGUAS for language list instead of ALL_LINGUAS in configure.ac - replace obsolete INTLLIB with LIBINTL, gee.. | |||||
2007-07-24 | Use python distutils for determining include etc paths | Panu Matilainen | 1 | -68/+17 | |
2007-07-24 | Expect neon headers to live in neon/ directory in include path | Panu Matilainen | 1 | -1/+1 | |
2007-07-24 | Expect beecrypt headers to live in beecrypt/ directory in include path | Panu Matilainen | 1 | -1/+1 | |
2007-07-24 | Rip out internal libmagic, require external. | Panu Matilainen | 1 | -11/+6 | |
This is going to need more sorting out... | |||||
2007-07-05 | Rip out popt. | Panu Matilainen | 1 | -9/+2 | |
2007-07-04 | Duh, really kill the broken tests. | Panu Matilainen | 1 | -4/+0 | |
2007-07-04 | Preparing for 4.4.2.1-rc2 | Panu Matilainen | 1 | -1/+1 | |
- update CHANGES and version - update translations | |||||
2007-06-25 | Mark as 4.4.2.1-rc1 | Panu Matilainen | 1 | -1/+1 | |
2007-06-25 | Use ustar format for dist tarball. | Panu Matilainen | 1 | -1/+1 | |
BDB has some very long paths that start getting stripped out when our version string is longer than just x.y.z. | |||||
2007-06-25 | IPv4/6 and EPSV support by Arkadiusz Miskiewicz | Panu Matilainen | 1 | -1/+2 | |
2007-06-21 | ARM arch update. | Panu Matilainen | 1 | -4/+4 | |
Adds more ARM sub-archs, and adds some bits to deal properly with the new ARM ABI (EABI). Patch from Lennert Buytenhek. | |||||
2007-06-20 | Auto*foo to check if gcc supports -fno-strict-aliasing. | Panu Matilainen | 1 | -2/+13 | |
2007-06-20 | Add reminder about enabling mmap() use after 4.4.2.1. | Panu Matilainen | 1 | -0/+4 | |
The code's been unused for years so too risky to enable right now but should offer good performance improvement. Fix the HAVE_MMAP checks. | |||||
2007-06-20 | Move SELinux specifics to the section of configure.ac where SELinux is already | Panu Matilainen | 1 | -3/+5 | |
handled instead of mixing it into the 'static linking' section. Patch from rpm5.org. | |||||
2007-06-20 | More configure.ac cleanups. | Panu Matilainen | 1 | -12/+0 | |
From rpm5.org | |||||
2007-06-20 | Throw out unused stuff from configure.ac | Panu Matilainen | 1 | -60/+4 | |
Patch from rpm5.org | |||||
2007-06-19 | Remove rpm and popt specs, spec files are vendor specific anyway. | Panu Matilainen | 1 | -1/+1 | |
2007-06-07 | Detect python2.5 | Paul Nasrat | 1 | -20/+32 | |
2007-06-07 | Add zh_TW translation (Wei-Lun Chao). Remove empty zh and zh_CN.GB2312 po's. | Panu Matilainen | 1 | -1/+1 | |
2007-06-06 | Disable strict aliasing to stop type-punning warning spew. | Panu Matilainen | 1 | -0/+2 | |
2007-06-06 | Add db3 back to AC_CONFIG_SUBDIRS. Oops... | Panu Matilainen | 1 | -1/+1 | |
2007-06-06 | More auto*foo cleanups: | Panu Matilainen | 1 | -3/+4 | |
- move AIX and MINIX checks earlier to avoid complaints - use AC_PROG_LIBTOOL instead of -RANLIB to avoid obsoletion warning | |||||
2007-06-06 | Unbreak zlib configure check. | Panu Matilainen | 1 | -2/+6 | |
2007-06-06 | Make peace with auto*foo. | Panu Matilainen | 1 | -13/+2 | |
- Remove checks for internal zlib - Don't try to auto*foo'ize nonexistent zlib, sqlite subdirs. Db3 subdir isn't auto*-enabled - Set AM_GNU_GETTEXT_VERSION to make auto"#¤"# to realize we're using gettext - Don't stomp into auto*** namespace with LUA_SPLINT stuff (from JBJ) | |||||
2007-05-24 | Fail if no beecrypt found | Paul Nasrat | 1 | -0/+4 | |