ソースを参照

Linux build fixes.

Brucey 3 年 前
コミット
65666df209

+ 0 - 1
libcurl.mod/common.bmx

@@ -28,7 +28,6 @@ Import "consts.bmx"
 
 ?linux
 Import "-ldl"
-Import "-lidn"
 ?win32
 Import "-ladvapi32"
 Import "-lws2_32"

+ 3 - 1
libcurl.mod/libcurl.bmx

@@ -25,7 +25,7 @@ bbdoc: libcurl with SSL
 End Rem
 Module Net.libcurl
 
-ModuleInfo "Version: 1.08"
+ModuleInfo "Version: 1.09"
 ModuleInfo "Author: Bruce A Henderson"
 ModuleInfo "License: MIT"
 ModuleInfo "Copyright: (libcurl) 1996 - 2021, Daniel Stenberg"
@@ -33,6 +33,8 @@ ModuleInfo "Copyright: (c-ares) 1998 Massachusetts Institute of Technology, 2004
 ModuleInfo "Copyright: (Wrapper) 2007-2022 Bruce A Henderson"
 ModuleInfo "Modserver: BRL"
 
+ModuleInfo "History: 1.09"
+ModuleInfo "History: Linux build fixes."
 ModuleInfo "History: 1.08"
 ModuleInfo "History: Refactored glue."
 ModuleInfo "History: 1.07"

+ 2 - 0
libcurl.mod/libcurl/lib/curl_config.h

@@ -692,7 +692,9 @@
 #define HAVE_SYS_SOCKET_H 1
 
 /* Define to 1 if you have the <sys/sockio.h> header file. */
+#ifndef __linux__
 #define HAVE_SYS_SOCKIO_H 1
+#endif
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1

+ 1 - 1
libssh2.mod/glue.cpp

@@ -1,5 +1,5 @@
 /*
- Copyright (c) 2009-2021 Bruce A Henderson
+ Copyright (c) 2009-2022 Bruce A Henderson
  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without

+ 5 - 3
libssh2.mod/libssh2.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2009-2021 Bruce A Henderson
+' Copyright (c) 2009-2022 Bruce A Henderson
 ' All rights reserved.
 '
 ' Redistribution and use in source and binary forms, with or without
@@ -31,11 +31,13 @@ bbdoc: Libssh2
 End Rem
 Module Net.libssh2
 
-ModuleInfo "Version: 1.03"
+ModuleInfo "Version: 1.04"
 ModuleInfo "License: BSD"
-ModuleInfo "Copyright: Wrapper - 2009-2021 Bruce A Henderson"
+ModuleInfo "Copyright: Wrapper - 2009-2022 Bruce A Henderson"
 
 
+ModuleInfo "History: 1.04"
+ModuleInfo "History: Linux build fixes."
 ModuleInfo "History: 1.03"
 ModuleInfo "History: Update to libssh2 1.10.0"
 ModuleInfo "History: Patched to support mbedtls 3.x"

+ 1 - 1
libssh2.mod/source.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2009-2021 Bruce A Henderson
+' Copyright (c) 2009-2022 Bruce A Henderson
 ' All rights reserved.
 '
 ' Redistribution and use in source and binary forms, with or without