X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=rpm-notsc.patch;h=b42c40eee42b459446d1916750b0571e2e23344a;hp=17eb68a8604ac883f1d5b820a5fc5584badaed8d;hb=686b02042d88dc02c068c5f672236801a2b1519f;hpb=fbaa00041b8c6edc8015e9f6c23ecc295f8b8700 diff --git a/rpm-notsc.patch b/rpm-notsc.patch index 17eb68a..b42c40e 100644 --- a/rpm-notsc.patch +++ b/rpm-notsc.patch @@ -4,8 +4,8 @@ /*@unchecked@*/ static int rpmsw_initialized = 0; --#if defined(__i386__) -+#if 0 && defined(__i386__) +-#if defined(__linux__) && defined(__i386__) && !defined(RPM_VENDOR_PLD) ++#if defined(__linux__) && defined(__i386__) /* Swiped from glibc-2.3.2 sysdeps/i386/i686/hp-timing.h */ #define HP_TIMING_ZERO(Var) (Var) = (0)