mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
16 lines
382 B
Diff
16 lines
382 B
Diff
Use generic files for i386 build
|
|
|
|
diff -Nurp a/Makefile.am b/Makefile.am
|
|
--- a/Makefile.am 2024-01-18 18:27:24.000000000 +0000
|
|
+++ b/Makefile.am 2024-03-29 10:47:56.833490746 +0000
|
|
@@ -67,8 +67,7 @@ endif
|
|
|
|
if CPU_X86_32
|
|
ARCH=-Dx86_32
|
|
-libisal_la_SOURCES += ${lsrc_x86_32}
|
|
-other_tests += ${other_tests_x86_32}
|
|
+libisal_la_SOURCES += ${lsrc_base_aliases}
|
|
endif
|
|
|
|
if CPU_AARCH64
|