- Removed never-used definition of BREAKPOINT in scan/sane/common.h in hope
of fixing the build.
This commit is contained in:
parent
9ae6411311
commit
bb5fbd205f
@ -1,6 +1,6 @@
|
|||||||
diff -up hplip-3.9.8/ip/ipmain.c.no-asm hplip-3.9.8/ip/ipmain.c
|
diff -up hplip-3.9.8/ip/ipmain.c.no-asm hplip-3.9.8/ip/ipmain.c
|
||||||
--- hplip-3.9.8/ip/ipmain.c.no-asm 2009-08-19 11:35:39.770825475 +0100
|
--- hplip-3.9.8/ip/ipmain.c.no-asm 2009-08-04 22:37:28.000000000 +0100
|
||||||
+++ hplip-3.9.8/ip/ipmain.c 2009-08-19 11:36:25.767828346 +0100
|
+++ hplip-3.9.8/ip/ipmain.c 2009-08-25 14:44:04.497202437 +0100
|
||||||
@@ -265,9 +265,6 @@ static IP_XFORM_TBL * const xformJumpTab
|
@@ -265,9 +265,6 @@ static IP_XFORM_TBL * const xformJumpTab
|
||||||
void fatalBreakPoint (void)
|
void fatalBreakPoint (void)
|
||||||
{
|
{
|
||||||
@ -12,8 +12,8 @@ diff -up hplip-3.9.8/ip/ipmain.c.no-asm hplip-3.9.8/ip/ipmain.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
diff -up hplip-3.9.8/ip/xfax.c.no-asm hplip-3.9.8/ip/xfax.c
|
diff -up hplip-3.9.8/ip/xfax.c.no-asm hplip-3.9.8/ip/xfax.c
|
||||||
--- hplip-3.9.8/ip/xfax.c.no-asm 2009-08-19 11:35:45.484827783 +0100
|
--- hplip-3.9.8/ip/xfax.c.no-asm 2009-08-04 22:37:28.000000000 +0100
|
||||||
+++ hplip-3.9.8/ip/xfax.c 2009-08-19 11:36:39.815701961 +0100
|
+++ hplip-3.9.8/ip/xfax.c 2009-08-25 14:44:04.502202418 +0100
|
||||||
@@ -1680,19 +1680,6 @@ static BOOL bits_flush_to_eol (
|
@@ -1680,19 +1680,6 @@ static BOOL bits_flush_to_eol (
|
||||||
& ((1u<<n_bits) - 1u); \
|
& ((1u<<n_bits) - 1u); \
|
||||||
}
|
}
|
||||||
@ -34,3 +34,16 @@ diff -up hplip-3.9.8/ip/xfax.c.no-asm hplip-3.9.8/ip/xfax.c
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
diff -up hplip-3.9.8/scan/sane/common.h.no-asm hplip-3.9.8/scan/sane/common.h
|
||||||
|
--- hplip-3.9.8/scan/sane/common.h.no-asm 2009-08-25 16:35:14.577203106 +0100
|
||||||
|
+++ hplip-3.9.8/scan/sane/common.h 2009-08-25 16:35:29.948216281 +0100
|
||||||
|
@@ -53,8 +53,6 @@
|
||||||
|
|
||||||
|
#define BACKEND_NAME hpaio
|
||||||
|
|
||||||
|
-#define BREAKPOINT __asm( "int3" )
|
||||||
|
-
|
||||||
|
#define OK 1
|
||||||
|
#define ERROR 0
|
||||||
|
#define MAX_LIST_SIZE 32
|
||||||
|
diff -up hplip-3.9.8/scan/sane/hpaio.c.no-asm hplip-3.9.8/scan/sane/hpaio.c
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.9.8
|
Version: 3.9.8
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -337,6 +337,10 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-10
|
||||||
|
- Removed never-used definition of BREAKPOINT in scan/sane/common.h
|
||||||
|
in hope of fixing the build.
|
||||||
|
|
||||||
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-9
|
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-9
|
||||||
- New common sub-package for udev rules and config file (bug #516459).
|
- New common sub-package for udev rules and config file (bug #516459).
|
||||||
- Don't install base/*.py with executable bit set.
|
- Don't install base/*.py with executable bit set.
|
||||||
|
Loading…
Reference in New Issue
Block a user