|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
## 'patch' tool to upgrade those files. Each patch snippet is annotated |
|
|
|
|
## with a short description. |
|
|
|
|
## |
|
|
|
|
## Created on: 20-Oct-2003 |
|
|
|
|
## Created on: 21-Oct-2003 |
|
|
|
|
## |
|
|
|
|
## ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG |
|
|
|
|
## RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE. |
|
|
|
|
@ -1051,3 +1051,19 @@ Index: aclocal.m4
|
|
|
|
|
lt_cv_deplibs_check_method=pass_all |
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+--------------------------------------------------------------------------- |
|
|
|
|
| Use Linux i386 assembly specific stuff on Linux only. |
|
|
|
|
+--------------------------------------------------------------------------- |
|
|
|
|
Index: rpmio/rpmsw.c |
|
|
|
|
--- rpmio/rpmsw.c 5 Jun 2003 12:04:05 -0000 1.1.1.1 |
|
|
|
|
+++ rpmio/rpmsw.c 21 Oct 2003 14:45:54 -0000 |
|
|
|
|
@@ -27,7 +27,7 @@ |
|
|
|
|
/*@unchecked@*/ |
|
|
|
|
static int rpmsw_initialized = 0; |
|
|
|
|
|
|
|
|
|
-#if defined(__i386__) |
|
|
|
|
+#if defined(__linux__) && defined(__i386__) |
|
|
|
|
/* Swiped from glibc-2.3.2 sysdeps/i386/i686/hp-timing.h */ |
|
|
|
|
|
|
|
|
|
#define HP_TIMING_ZERO(Var) (Var) = (0) |
|
|
|
|
|