diff options
author | 2007-04-17 10:16:09 +0000 | |
---|---|---|
committer | 2007-04-17 10:16:09 +0000 | |
commit | 913ce6b281e20a1904ca4737de18975293579fc1 (patch) | |
tree | 824ee854270cb07921ea9e980c3302109553413b /app-text/sablotron/files | |
parent | keyworded ~amd64, bug 174891 (diff) | |
download | historical-913ce6b281e20a1904ca4737de18975293579fc1.tar.gz historical-913ce6b281e20a1904ca4737de18975293579fc1.tar.bz2 historical-913ce6b281e20a1904ca4737de18975293579fc1.zip |
Fix emerging with -Wl,--as-needed. Fixes bug #148412.
Package-Manager: portage-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@ + |