From 7c111f7d491bd1df1ab18c0310e19d233d9f17c8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 11 Sep 2015 00:16:41 +0200 Subject: [PATCH] acpid: Build for x86_64 Signed-off-by: Michael Tremer --- config/rootfiles/common/x86_64/acpid | 1 + lfs/acpid | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/common/x86_64/acpid diff --git a/config/rootfiles/common/x86_64/acpid b/config/rootfiles/common/x86_64/acpid new file mode 120000 index 0000000000..ea1111655d --- /dev/null +++ b/config/rootfiles/common/x86_64/acpid @@ -0,0 +1 @@ +../i586/acpid \ No newline at end of file diff --git a/lfs/acpid b/lfs/acpid index 686fadad1c..476c9a8b63 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = i586 +SUP_ARCH = x86_64 i586 ############################################################################### # Top-level Rules -- 2.39.2