Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1c7b6749
Kaydet (Commit)
1c7b6749
authored
Mar 05, 2010
tarafından
tono
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i#109672: Mingw port fix: curl update
üst
5cca2bce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
curl-7.19.7_mingw.patch
curl/curl-7.19.7_mingw.patch
+24
-0
makefile.mk
curl/makefile.mk
+4
-1
No files found.
curl/curl-7.19.7_mingw.patch
0 → 100644
Dosyayı görüntüle @
1c7b6749
--- misc/curl-7.19.7/lib/setup.h 2009-10-29 05:21:58.000000000 +0900
+++ misc/build/curl-7.19.7/lib/setup.h 2010-03-02 06:03:10.009500000 +0900
@@ -40,6 +40,21 @@
#include "curl_config.h"
+#ifdef __MINGW32__
+#undef HAVE_DLFCN_H
+#define HAVE_GETHOSTBYADDR 1
+#define HAVE_GETHOSTBYNAME 1
+#undef HAVE_LIBZ
+#undef HAVE_NETDB_H
+#undef HAVE_POLL_H
+#undef HAVE_SYS_IOCTL_H
+#undef HAVE_SYS_POLL_H
+#undef HAVE_SYS_UIO_H
+#undef HAVE_TERMIOS_H
+#undef HAVE_TERMIO_H
+#undef HAVE_ZLIB_H
+#endif
+
#else /* HAVE_CONFIG_H */
#ifdef _WIN32_WCE
curl/makefile.mk
Dosyayı görüntüle @
1c7b6749
...
...
@@ -46,6 +46,9 @@ PATCH_FILES=curl-7.19.7.patch
.IF
"$(GUI)"
==
"WNT"
PATCH_FILES
+=
curl-7.19.7_win.patch
.IF
"$(COM)"
==
"GCC"
PATCH_FILES
+=
curl-7.19.7_mingw.patch
.ENDIF
.ENDIF
...
...
@@ -96,7 +99,7 @@ curl_LIBS+=-lstdc++_s
CONFIGURE_DIR
=
.
$/
#relative to CONFIGURE_DIR
CONFIGURE_ACTION
=
.
$/
configure
CONFIGURE_FLAGS
=
--without-ssl
--enable-ftp
--enable-ipv6
--disable-http
--disable-gopher
--disable-file
--disable-ldap
--disable-telnet
--disable-dict
--build
=
i586-pc-mingw32
--host
=
i586-pc-mingw32
CC
=
"
$(curl_CC)
"
OBJDUMP
=
"
$(WRAPCMD)
objdump"
CFLAGS
=
-D_MT
LDFLAGS
=
"-L
$
(ILIB:s/;/ -L/)"
LIBS
=
"
$(curl_LIBS)
"
CONFIGURE_FLAGS
=
--without-ssl
--enable-ftp
--enable-ipv6
--disable-http
--disable-gopher
--disable-file
--disable-ldap
--disable-telnet
--disable-dict
--build
=
i586-pc-mingw32
--host
=
i586-pc-mingw32
CC
=
"
$(curl_CC)
"
CPPFLAGS
=
"
$(INCLUDE)
"
OBJDUMP
=
"
objdump"
CFLAGS
=
-D_MT
LDFLAGS
=
"-L
$
(ILIB:s/;/ -L/)"
LIBS
=
"
$(curl_LIBS)
"
BUILD_DIR
=
$(CONFIGURE_DIR)$/
lib
BUILD_ACTION
=
make
OUT2BIN
=
$(BUILD_DIR)$/
.libs
$/
libcurl
*
.dll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment