]> git.pld-linux.org Git - packages/hplip.git/blame - unresolved.patch
- uh
[packages/hplip.git] / unresolved.patch
CommitLineData
90e31170
AF
1--- hplip-3.10.9/scan/sane/ledm.c.wiget 2010-11-07 18:01:26.887129289 +0100
2+++ hplip-3.10.9/scan/sane/ledm.c 2010-11-07 18:02:17.662175777 +0100
3@@ -973,7 +973,7 @@ void ledm_close(SANE_Handle handle)
4
5 if (ps == NULL || ps != session)
6 {
7- BUG("invalid sane_close\n");
8+// BUG("invalid sane_close\n");
9 return;
10 }
11
12--- hplip-3.10.9/Makefile.am.wiget 2010-11-07 18:02:32.254945320 +0100
13+++ hplip-3.10.9/Makefile.am 2010-11-07 18:03:03.497071268 +0100
7a18fd53 14@@ -56,7 +56,7 @@
90e31170
AF
15 libsane_hpaio_la_LDFLAGS = -version-info 1:0:0
16 endif
17 # The following is a interlibrary dependency that must be compiled first.
18-libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la $(DBUS_LIBS) -lcups -ldl
19+libsane_hpaio_la_LIBADD = libhpip.la libhpmud.la $(DBUS_LIBS) -lcups -ldl -lc
20 #libsane_hpaio_la_CFLAGS = -DWITH_NONAMESPACES -DSOAP_DEBUG
21 libsane_hpaio_la_CFLAGS = $(DBUS_CFLAGS)
22 endif # SCAN_BUILD
7a18fd53 23
This page took 0.117667 seconds and 4 git commands to generate.