diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-31 03:41:02 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-31 03:41:02 +0800 |
commit | e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512 (patch) | |
tree | ee5e75e561ebe95719d4689efbaae0925603d532 /emulators | |
parent | a87846ae4852186668b440222f2b8c9fbfafbbe6 (diff) | |
download | freebsd-ports-gnome-e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512.tar.gz freebsd-ports-gnome-e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512.tar.zst freebsd-ports-gnome-e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |