diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-17 10:16:09 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-17 10:16:09 +0000 |
commit | 865687c74e5cb5215f452d9584dba505396a3b41 (patch) | |
tree | d654b037675abe38dfb02449b2a79a048c8a0dfb /app-text/sablotron/files | |
parent | keyworded ~amd64, bug 174891 (diff) | |
download | gentoo-2-865687c74e5cb5215f452d9584dba505396a3b41.tar.gz gentoo-2-865687c74e5cb5215f452d9584dba505396a3b41.tar.bz2 gentoo-2-865687c74e5cb5215f452d9584dba505396a3b41.zip |
Fix emerging with -Wl,--as-needed. Fixes bug #148412.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text/sablotron/files')
-rw-r--r-- | app-text/sablotron/files/1.0.3-libsablot-expat.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/sablotron/files/1.0.3-libsablot-expat.patch b/app-text/sablotron/files/1.0.3-libsablot-expat.patch new file mode 100644 index 000000000000..328c9e906856 --- /dev/null +++ b/app-text/sablotron/files/1.0.3-libsablot-expat.patch @@ -0,0 +1,10 @@ +diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am +index abd2041..1307b1c 100644 +--- a/src/engine/Makefile.am ++++ b/src/engine/Makefile.am +@@ -76,4 +76,5 @@ include_HEADERS = \ + sabcfg.h + + libsablot_la_LDFLAGS = -version-info 100:3:100 ++libsablot_la_LIBADD = @EXPAT_LIBS@ + |