diff options
author | David Seifert <soap@gentoo.org> | 2022-07-29 20:00:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-29 20:00:46 +0200 |
commit | 50ff91c46c7b545e958440f95d8dc307e4c1ca55 (patch) | |
tree | f4fd934ad1fe72fcc13487cd45910cf9cda6b5e9 /dev-libs/redland/files | |
parent | dev-embedded/xa: Keyword 2.3.13 arm64, #861008 (diff) | |
download | gentoo-50ff91c46c7b545e958440f95d8dc307e4c1ca55.tar.gz gentoo-50ff91c46c7b545e958440f95d8dc307e4c1ca55.tar.bz2 gentoo-50ff91c46c7b545e958440f95d8dc307e4c1ca55.zip |
dev-libs/redland: update EAPI 7 -> 8
Bug: https://bugs.gentoo.org/382691
Bug: https://bugs.gentoo.org/843074
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/redland/files')
-rw-r--r-- | dev-libs/redland/files/redland-1.0.17-ldflags-pc-leak.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/redland/files/redland-1.0.17-ldflags-pc-leak.patch b/dev-libs/redland/files/redland-1.0.17-ldflags-pc-leak.patch new file mode 100644 index 000000000000..6fbb121c29a7 --- /dev/null +++ b/dev-libs/redland/files/redland-1.0.17-ldflags-pc-leak.patch @@ -0,0 +1,24 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Thu May 2 14:25:04 UTC 2013 +Subject: ldflags have no place in pkgconfig files + +--- a/redland.pc.in ++++ b/redland.pc.in +@@ -14,5 +14,5 @@ + Requires.private: raptor2 >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@ + Version: @VERSION@ + Libs: -L${libdir} -lrdf +-Libs.private: @LIBRDF_LDFLAGS@ @LIBRDF_PKGCONFIG_PRIVATE_LIBS@ ++Libs.private: @LIBRDF_PKGCONFIG_PRIVATE_LIBS@ + Cflags: -I${includedir} +--- a/configure.ac ++++ b/configure.ac +@@ -366,7 +366,7 @@ + AC_MSG_RESULT($bdb_include_dir) + + if test "$bdb_prefix" != no; then +- nLDFLAGS=$LDFLAGS ++ nLDFLAGS= + nCPPFLAGS= + + if test "$bdb_lib_dir" != /usr/lib; then |