diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-01 17:02:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-01 17:02:16 +0000 |
commit | 9b9b0aa0ef830ad6a4da5c0681d2a4d557d3dd0c (patch) | |
tree | 1f7896e1b3c7b29ff1a0fc427ea2b84fbe4fda59 /packages/sane/sane-backends-1.0.19/sane-symbols.diff | |
parent | 282080022fd318c6239f9723e789be33655fe056 (diff) |
sane-backends: update to 1.0.19 and fix libtool issues
Diffstat (limited to 'packages/sane/sane-backends-1.0.19/sane-symbols.diff')
-rw-r--r-- | packages/sane/sane-backends-1.0.19/sane-symbols.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/sane/sane-backends-1.0.19/sane-symbols.diff b/packages/sane/sane-backends-1.0.19/sane-symbols.diff new file mode 100644 index 0000000000..268c50bac0 --- /dev/null +++ b/packages/sane/sane-backends-1.0.19/sane-symbols.diff @@ -0,0 +1,11 @@ +--- /tmp/Makefile.in 2008-09-01 18:46:13.000000000 +0200 ++++ sane-backends-1.0.19/frontend/Makefile.in 2008-09-01 18:46:31.773198000 +0200 +@@ -98,7 +98,7 @@ + $(LIBS) + + scanimage: $(SCAN_OBJS) $(LIBSANE) $(LIBLIB) +- @$(LIBTOOL) $(MLINK) $(LINK) $(SCAN_OBJS) $(LIBLIB) $(LIBSANE) $(LIBS) ++ @$(LIBTOOL) $(MLINK) $(LINK) $(SCAN_OBJS) $(LIBLIB) $(LIBSANEI) $(LIBSANE) $(LIBSANEI) $(LIBS) + + # tstbackend is not compiled by default. + # To compile it, add tstbackend to BINPROGS. |