diff options
author | 2006-10-22 11:33:24 +0000 | |
---|---|---|
committer | 2006-10-22 11:33:24 +0000 | |
commit | 7d3c31b08e52a984a37c79864eadf01b97967e69 (patch) | |
tree | 42fd8df049866909c93d457d559b8ac08e839609 /net-analyzer/sussen/files | |
parent | Patches for amd64 & fix blas usage. Bug #127554 (diff) | |
download | gentoo-2-7d3c31b08e52a984a37c79864eadf01b97967e69.tar.gz gentoo-2-7d3c31b08e52a984a37c79864eadf01b97967e69.tar.bz2 gentoo-2-7d3c31b08e52a984a37c79864eadf01b97967e69.zip |
Cleaning configure check for librpm. Thank Peter Hjalmarsson for report (bug #151996).
(Portage version: 2.1.1)
Diffstat (limited to 'net-analyzer/sussen/files')
-rw-r--r-- | net-analyzer/sussen/files/sussen-0.31--as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/sussen/files/sussen-0.31--as-needed.patch b/net-analyzer/sussen/files/sussen-0.31--as-needed.patch new file mode 100644 index 000000000000..961d0513b67e --- /dev/null +++ b/net-analyzer/sussen/files/sussen-0.31--as-needed.patch @@ -0,0 +1,11 @@ +--- configure.ac.orig 2006-10-22 14:56:59.000000000 +0400 ++++ configure.ac 2006-10-22 15:02:14.000000000 +0400 +@@ -87,7 +87,7 @@ + dnl ---------------------------------------------- + + # library checks +-AC_CHECK_LIB(rpm,rpmdbOpen,[LIBRPM="-lrpm"], AC_MSG_ERROR([You must have librpm installed to compile sussen])) ++AC_CHECK_LIB(rpm,rpmReadPackageFile,[LIBRPM="-lrpm"], AC_MSG_ERROR([You must have librpm installed to compile sussen])) + AC_SUBST(LIBRPM) + + dnl ---------------------------------------------- |