File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -541,11 +541,6 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
541
541
# removing the directory at OS releases J06.21 and L17.02.
542
542
# Default to the older rm until those two releases are deprecated.
543
543
RM = /bin/rm -f
544
- # As detected by './configure'.
545
- # Missdetected, hence commented out, see below.
546
- #NO_CURL = YesPlease
547
- # Added manually, see above.
548
- NEEDS_SSL_WITH_CURL = YesPlease
549
544
NEEDS_CRYPTO_WITH_SSL = YesPlease
550
545
HAVE_DEV_TTY = YesPlease
551
546
HAVE_LIBCHARSET_H = YesPlease
@@ -636,7 +631,6 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
636
631
prefix =
637
632
INSTALL = /bin/install
638
633
EXTLIBS += /mingw/lib/libz.a
639
- NO_R_TO_GCC_LINKER = YesPlease
640
634
INTERNAL_QSORT = YesPlease
641
635
HAVE_LIBCHARSET_H = YesPlease
642
636
NO_GETTEXT = YesPlease
669
663
-fstack-protector-strong
670
664
EXTLIBS += -lntdll
671
665
INSTALL = /bin/install
672
- NO_R_TO_GCC_LINKER = YesPlease
673
666
INTERNAL_QSORT = YesPlease
674
667
HAVE_LIBCHARSET_H = YesPlease
675
668
NO_GETTEXT =
@@ -695,7 +688,6 @@ ifeq ($(uname_S),QNX)
695
688
NO_MKDTEMP = YesPlease
696
689
NO_NSEC = YesPlease
697
690
NO_PTHREADS = YesPlease
698
- NO_R_TO_GCC_LINKER = YesPlease
699
691
NO_STRCASESTR = YesPlease
700
692
NO_STRLCPY = YesPlease
701
693
endif
You can’t perform that action at this time.
0 commit comments