From: Michael Tremer Date: Thu, 10 Sep 2015 22:16:41 +0000 (+0200) Subject: acpid: Build for x86_64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c111f7d491bd1df1ab18c0310e19d233d9f17c8;p=people%2Fms%2Fipfire-2.x.git acpid: Build for x86_64 Signed-off-by: Michael Tremer --- 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