updated bits for cygwin, but not working with the openssl yet.
authorChris Koeritz <fred@gruntose.com>
Thu, 22 Sep 2016 03:44:15 +0000 (23:44 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 22 Sep 2016 03:44:15 +0000 (23:44 -0400)
doc/cygwin_install_list.txt
scripts/clam/cpp/variables.def
scripts/core/variables.sh

index cd9f317d618a793320e554f72b1b480d178a1c87..acd8d7775c871f938d4a091a34bbb927dc43123a 100644 (file)
@@ -11,8 +11,9 @@ using apt-cyg (https://github.com/transcode-open/apt-cyg),
 this is the only command needed:\r
 \r
 apt-cyg install bc crypt emacs email expect gcc-g++ git gitk gvim inetutils \\r
-  libcurl-devel libgnutls-devel make mutt ncftp openssh perl python \\r
-  subversion time unzip util-linux vim xinit xterm zip\r
+  libcrypt-devel libcurl-devel libgnutls-devel make mutt ncftp openssh \\r
+  openssl-devel perl python subversion time unzip util-linux vim xinit \\r
+  xterm zip\r
 \r
 \r
 ===========\r
@@ -51,6 +52,8 @@ general tools:
 \r
 libraries:\r
   libcurl-devel\r
+  libgnutls-devel \r
+  openssl-devel\r
 \r
 build tools:\r
   gcc4\r
index a84161fc92b3c775e14e9b985149ced3159720c4..03f2ab65b9d541d36a1743141096759574ea3308 100644 (file)
@@ -438,7 +438,7 @@ export COMPILER_HEADER_DIR
 
 # These flags may be useful across multiple compilers.
 #
-# SSL brings in the openSSL libraries.
+# SSL brings in the OpenSSL libraries.
 USE_SSL=
 
 # CURL provides access to the curl library.
index da6d351162752063d467f17a68717e0a9700957e..b71defbeb00b653c311fce599df6b32ecda2711e 100644 (file)
@@ -79,6 +79,11 @@ if [ -z "$NECHUNG" ]; then
     # IS_MSYS will be non-empty if this is the msys toolset.  otherwise
     # we assume that it's cygwin.
     IS_MSYS=$(uname | grep -i ming)
+
+    # if not MSYS, then we'll assume cygwin and set the cygwin root var.
+    if [ -z "$IS_MSYS" ]; then
+      define_yeti_variable CYGROOT=$(cygpath -w -m /)
+    fi
   fi
 
   ##############