pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc-current: Build failure of lang/python312 with system expat
Hi,
i’m trying to update my pkgs from pkgsrc, and got errors from python, claiming it can’t find expat.
Apparently it’s picking up the wrong one, things go better when removing the line below.
No idea what the „right“ fix is…
- Hubert
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/python312/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile 24 Dec 2024 10:13:40 -0000 1.24
+++ Makefile 5 Jan 2025 19:30:05 -0000
@@ -39,7 +39,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
-CONFIGURE_ARGS+= --with-system-expat
+#HF#CONFIGURE_ARGS+= --with-system-expat
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
Home |
Main Index |
Thread Index |
Old Index