Commit Graph

6302 Commits

Author SHA1 Message Date
Ralf Corsépius 13625ddb7f Add check for libxml2. 2007-08-15 09:03:35 +02:00
Ralf Corsépius 4c73047556 Fix comment on bzip2 library. 2007-08-15 09:02:34 +02:00
Ralf Corsépius c23d7b1cbe Fix broken error message. 2007-08-15 07:36:31 +02:00
Ralf Corsépius 64b98ad378 Add Libs.private: @WITH_NEON_LIB@. 2007-08-15 07:34:50 +02:00
Ralf Corsépius b9774ace00 Add --enable-sqlite3.
Rework WITH_SQLITE3* handling.
2007-08-14 18:29:54 +02:00
Ralf Corsépius 5b9920f900 ADD @WITH_SQLITE3_LIB@ to Libs.private. 2007-08-14 18:29:10 +02:00
Ralf Corsépius fc0a01b5a7 Eliminate DBLIBOBJS, DBLIBSRCS. Add AM_CONDITIONAL SQLITE3. 2007-08-14 16:18:10 +02:00
Ralf Corsépius 218e5804fb Use AS_IF instead of []-if. 2007-08-14 16:16:14 +02:00
Panu Matilainen b023a940b4 Avoid python 2.5 requirement by using int instead of Py_ssize_t 2007-08-14 09:00:54 +03:00
Panu Matilainen 9ff44e11e4 Merge remote changes 2007-08-14 08:53:19 +03:00
Ralf Corsépius 81b3cdd0ad Remove --with-efence (Users should use LIBS=-lefence instead. 2007-08-13 17:56:48 +02:00
Ralf Corsépius cb818ada20 Remove WITH_ZLIB_SUBDIR. 2007-08-13 15:38:27 +02:00
Ralf Corsépius 7178c4a7ed Remove WITH_ZLIB_SUBDIR, WITH_PYTHON_SUBDIR. 2007-08-13 15:38:11 +02:00
Ralf Corsépius 4d3e0d2308 s/-lselinux/@WITH_SELINUX_LIB@/ 2007-08-13 15:15:14 +02:00
Panu Matilainen f3c879105a Fail build on find-provide / -require errors (#rhbz#226751)
Patch from Jeff Johnson
2007-08-13 15:48:39 +03:00
Panu Matilainen 28bd93900b Attempt to resurrect rpminject.. 2007-08-13 14:41:01 +03:00
Ralf Corsépius aa5826ea67 Use size_t for pktlen to reflect pgpReadPkts() parameters. 2007-08-13 12:34:24 +02:00
Ralf Corsépius bff16e3474 Reformat.
Comment out static ldflags.
Replace refs to $(top_builddir)/popt/libpopt.la with @WITH_POPT_LIB@.
2007-08-13 12:30:58 +02:00
Ralf Corsépius 8aeb0c33dd Fix bugs in previous commit. 2007-08-13 09:48:56 +02:00
Ralf Corsépius 94f8f21a94 Rework check for selinux. 2007-08-13 09:35:48 +02:00
Ralf Corsépius 9eded681b8 Use *_CPPFLAGS instead of *_CFLAGS. 2007-08-13 07:44:54 +02:00
Ralf Corsépius ce32a7839a Remove -lncurses (unused). 2007-08-13 07:31:10 +02:00
Ralf Corsépius 25cc40bfa5 Clean up --with-lua. 2007-08-13 07:30:28 +02:00
Ralf Corsépius e0088ef075 Rework --with-apidocs handling. 2007-08-13 06:42:49 +02:00
Panu Matilainen 97b4430a45 Fix debugedit buildid thinko.
Patch from Roland McGrath
2007-08-12 15:27:46 +03:00
Ralf Corsépius 6f411b4550 Remove WITH_LUA_SUBDIR. 2007-08-12 08:07:11 +02:00
Ralf Corsépius 19c75c9f4a Remove -I$(includedir) from AM_CPPFLAGS (bogus). 2007-08-12 06:38:15 +02:00
Ralf Corsépius f93d15859c Add tds to EXTRA_PROGRAMS. 2007-08-12 06:12:21 +02:00
Ralf Corsépius 3df1e54331 Remove support for in-source-tree sqlite3. 2007-08-11 08:02:50 +02:00
Ralf Corsépius 3ea0304ada Rework check for libmagic. 2007-08-10 17:07:17 +02:00
Ralf Corsépius 2eb2f975da Remove WITH_MAGIC_SUBDIR. 2007-08-10 16:09:25 +02:00
Ralf Corsépius 0f99662fe3 Remove WITH_RPMFILE (Unused). 2007-08-10 16:03:23 +02:00
Ralf Corsépius 7031755b82 Remove support of in-source-tree libneon. 2007-08-10 15:48:19 +02:00
Ralf Corsépius e577c39234 Build debugedit only if LIBELF and LIBDWARF are present. 2007-08-10 15:29:53 +02:00
Ralf Corsépius d1e0b73576 Use AC_CHECK_HEADERS(gelf.h).
Add AM_CONDITIONAL(LIBELF).
2007-08-10 15:22:25 +02:00
Ralf Corsépius 473ee0caa8 Use AC_CHECK_HEADERS to check for beecrypt headers. 2007-08-10 14:40:02 +02:00
Ralf Corsépius be9839035b Merge noinst_HEADERS into librpm_la_SOURCES.
Eliminate noinst_HEADERS.
2007-08-10 14:10:52 +02:00
Ralf Corsépius 8288528ead Remove WITH_LIBDWARF_INCLUDE, WITH_LIBDWARF_DEBUGEDIT.
Add AM_CONDITIONAL(LIBDWARF).
2007-08-10 14:01:36 +02:00
Ralf Corsépius 9224556ddf Drop supporting insource-tree libelf/libdwarf. 2007-08-10 13:50:04 +02:00
Ralf Corsépius fa6c15d39a Drop supporting insource-tree libelf/libdwarf. 2007-08-10 13:48:51 +02:00
Panu Matilainen 7b282c9898 Update default per-arch compiler flags for modern gcc (rhbz#212583) 2007-08-10 14:32:25 +03:00
Panu Matilainen 8fc069ce47 Add comment about checking --help to manuals (rhbz#164281)
As users + admins can tweak popt aliases to their liking, it's impossible
to guarantee than man pages are in sync with what's available...
2007-08-10 12:09:36 +03:00
Panu Matilainen 9ef80f10dd Cut down on false perl requires (rhbz#198033...)
Patch from John Owens.
2007-08-10 11:41:24 +03:00
Ralf Corsépius 65c3b9c4ab Depend on external libbeecrypt 2007-08-10 10:02:25 +02:00
Ralf Corsépius 5b21d43bf4 Depend on external libpopt 2007-08-10 09:43:52 +02:00
Panu Matilainen fdb199e5a1 Add arch to default query output, finally... (rhbz#221148) 2007-08-09 23:43:39 +03:00
Panu Matilainen 4a70bc0eb1 Avoid truncating /var/log/rpmpkgs in case of errors (rhbz#232830) 2007-08-09 22:34:49 +03:00
Panu Matilainen a3c7fe2fab Clarify --initdb usage in manual (rhbz#218057) 2007-08-09 22:02:02 +03:00
Panu Matilainen 8afa0d1422 Skip stale and unaccessible (FUSE) mountpoints (rhbz#190496, 220991)
Ported from rpm5.org work of Jeff Johnson.
2007-08-09 21:50:56 +03:00
Panu Matilainen a77f9d2cd1 Avoid unnecessary .rpmnew and .rpmsave files (rhbz#128622)
Don't create .rpmnew and .rpmsave files when file/symlink on disk differs
just by timestamp. Patch by Tomas Mraz.
2007-08-09 19:26:05 +03:00