mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add back ac_cv_opt_olimit_ok=no, this is misdected with clang and causes
failures for ports using python's BASEFLAGS (devel/py-mx-experimental for instance) See also: r335669 With hat: portmgr
This commit is contained in:
parent
502b3145a7
commit
c9eb3747b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363817
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= python27
|
PORTNAME= python27
|
||||||
PORTVERSION= 2.7.8
|
PORTVERSION= 2.7.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang python ipv6
|
CATEGORIES= lang python ipv6
|
||||||
MASTER_SITES= PYTHON
|
MASTER_SITES= PYTHON
|
||||||
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
|
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
|
||||||
|
@ -23,7 +23,7 @@ CPE_PRODUCT= ${CPE_VENDOR}
|
||||||
CPE_VERSION= ${PORTVERSION}
|
CPE_VERSION= ${PORTVERSION}
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-shared
|
CONFIGURE_ARGS+= --enable-shared
|
||||||
CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove optimizations
|
CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations
|
||||||
|
|
||||||
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files
|
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files
|
||||||
SHAREMODE= 644 # Match upstream INSTALL_DATA=644, so we can STRIP shared libraries
|
SHAREMODE= 644 # Match upstream INSTALL_DATA=644, so we can STRIP shared libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue