pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/wasi-libc
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Aug 16 22:48:00 UTC 2025
Modified Files:
pkgsrc/lang/wasi-libc: Makefile
Log Message:
lang/wasi-libc: Fix build
* Extract builtins into correct directory.
Reported by gdt@. Thank you.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/wasi-libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/wasi-libc/Makefile
diff -u pkgsrc/lang/wasi-libc/Makefile:1.21 pkgsrc/lang/wasi-libc/Makefile:1.22
--- pkgsrc/lang/wasi-libc/Makefile:1.21 Sat Aug 16 01:20:27 2025
+++ pkgsrc/lang/wasi-libc/Makefile Sat Aug 16 22:48:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/08/16 01:20:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2025/08/16 22:48:00 ryoon Exp $
DISTNAME= wasi-libc-0.0.0pre20250809
CATEGORIES= lang
@@ -51,9 +51,9 @@ BUILD_TARGET= no-check-symbols
# It conflicts with musl libc so must be removed.
pre-configure:
rm -f ${BUILDLINK_DIR}/include/iconv.h
- ${MKDIR} ${WRKSRC}/build/wasm32-wasi/resource-dir/lib/wasm32-unknown-wasi
+ ${MKDIR} ${WRKSRC}/build/wasm32-wasi/resource-dir/lib/wasi
${MV} ${WRKDIR}/libclang_rt.builtins-wasm32-wasi-25.0/*.a \
- ${WRKSRC}/build/wasm32-wasi/resource-dir/lib/wasm32-unknown-wasi
+ ${WRKSRC}/build/wasm32-wasi/resource-dir/lib/wasi
ABI= # 32
CFLAGS+= -O2
Home |
Main Index |
Thread Index |
Old Index