diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-11-08 22:28:20 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-11-08 22:28:20 -0700 |
commit | b63f6587950eb0dcb15aec5ec65d86b9f63a2683 (patch) | |
tree | b74ea289a139379e6af18cb7e623aa3d9bc37121 /web | |
parent | 7fe712882b909931088a318c08041b0e7974a000 (diff) | |
download | alpine-b63f6587950eb0dcb15aec5ec65d86b9f63a2683.tar.xz |
* Update to version 2.19.2
* Update OpenSSL configuration of Mac OSX.
* If Homebrew is installed, use it; else
* if Macports is installed, use it; else
* if Fink is installaed, use it; else
* use openssl as distributed in the Mac.
Diffstat (limited to 'web')
-rw-r--r-- | web/src/Makefile.in | 1 | ||||
-rw-r--r-- | web/src/alpined.d/Makefile.in | 1 | ||||
-rw-r--r-- | web/src/pubcookie/Makefile.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/web/src/Makefile.in b/web/src/Makefile.in index 7196de06..f5bb9de2 100644 --- a/web/src/Makefile.in +++ b/web/src/Makefile.in @@ -125,6 +125,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/web/src/alpined.d/Makefile.in b/web/src/alpined.d/Makefile.in index cf328f5b..9824ba6e 100644 --- a/web/src/alpined.d/Makefile.in +++ b/web/src/alpined.d/Makefile.in @@ -196,6 +196,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/web/src/pubcookie/Makefile.in b/web/src/pubcookie/Makefile.in index 1ffdff29..7835eb5f 100644 --- a/web/src/pubcookie/Makefile.in +++ b/web/src/pubcookie/Makefile.in @@ -171,6 +171,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ |