libhugetlbfs/libhugetlbfs-sw_64-package-library-files-to-usr-lib64.patch
yueyuankun 105c4f6580 sw_64: move library files to /usr/lib64, consistent with libdir macros
(cherry picked from commit 8b878760b7415f2bd49490906e3689c94ccd563f)
2025-03-21 09:12:29 +08:00

27 lines
616 B
Diff

From 107e7cab6824ed78f6cb62c9b44d6ab466a26eba Mon Sep 17 00:00:00 2001
From: yueyuankun <yueyuankun@kylinos.cn>
Date: Wed, 19 Mar 2025 20:05:58 +0800
Subject: [PATCH] sw_64: package library files to /usr/lib64, consistent with
libdir macros
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7c0ca79..f63ef04 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ else
ifneq (,$(findstring sw_64,$(ARCH)))
CC64 = $(CC)
ELF64 = sw_64elf
-TMPLIB64 = lib
+TMPLIB64 = lib64
CUSTOM_LDSCRIPTS = no
else
ifneq (,$(findstring aarch64,$(ARCH)))
--
2.43.0