FreeBSD Bugzilla – Attachment 155029 Details for
Bug 199050
lang/python*: Fix build with LibreSSL without NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build
patch-python34.diff (text/plain), 916 bytes, created by
Kevin Zheng
on 2015-03-30 21:32:46 UTC
(
hide
)
Description:
Patch to fix build
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2015-03-30 21:32:46 UTC
Size:
916 bytes
patch
obsolete
>diff --git a/lang/python34/Makefile b/lang/python34/Makefile >index 4244a87..94807dc 100644 >--- a/lang/python34/Makefile >+++ b/lang/python34/Makefile >@@ -26,6 +26,7 @@ CPE_VERSION= ${PORTVERSION} > DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm > CONFIGURE_ARGS+= --enable-shared --without-ensurepip > CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations >+LIBS+= -L${LOCALBASE}/lib > > INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files > MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library >@@ -64,7 +65,7 @@ LIBFFI_LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi > > NLS_USES= gettext > NLS_CPPFLAGS= -I${LOCALBASE}/include >-NLS_LIBS= -L${LOCALBASE}/lib -lintl >+NLS_LIBS= -lintl > NLS_CONFIGURE_ENV_OFF= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no > > PYMALLOC_CONFIGURE_WITH= pymalloc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199050
: 155029 |
156724
|
156725