From e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 30 Dec 2004 19:41:02 +0000 Subject: On amd64, the installation script contained in the glibc RPM fails. Work around this by using the --noscripts option. PR: 75645 Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier --- emulators/linux_base-8/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators') diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 6cb045e1b78e..78b63856a9b7 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -91,6 +91,7 @@ BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln LATEST_LINK:= ${LATEST_LINK:C/linux/linux32/} ARCH= i386 FALLBACK_ELF_MIB= kern.elf32.fallback_brand +RPMFLAGS+= --noscripts .else FALLBACK_ELF_MIB= kern.fallback_elf_brand .endif -- cgit