diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-30 19:41:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-30 19:41:02 +0000 |
commit | f2145fc3fd80d05fb72f273b15532683b94b3f7d (patch) | |
tree | 0f891235f1c6b6fc6aea689e4fe6f9724b0b9164 /emulators/linux_base-8 | |
parent | Support amd64. (diff) |
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
Notes
Notes:
svn path=/head/; revision=125550
Diffstat (limited to 'emulators/linux_base-8')
-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 |