]> git.pld-linux.org Git - packages/hplip.git/blob - unresolved.patch
- up to 3.11.1
[packages/hplip.git] / unresolved.patch
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
14 @@ -56,7 +56,7 @@
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
23
This page took 0.062174 seconds and 3 git commands to generate.