~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to packages/Solaris/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208112041-lhq5g4aa7i1wc4va
Tags: 7.18.0-1ubuntu1
* Merge from Debian; remaining changes:
  - Drop the stunnel build dependency.
  - Drop the build-dependency on libdb4.5-dev, add build-dependency on
    openssh-server.
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
SED = @SED@
143
143
SET_MAKE = @SET_MAKE@
144
144
SHELL = @SHELL@
 
145
SSL_ENABLED = @SSL_ENABLED@
 
146
STATICLIB_FALSE = @STATICLIB_FALSE@
 
147
STATICLIB_TRUE = @STATICLIB_TRUE@
145
148
STRIP = @STRIP@
146
149
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
147
150
USE_GNUTLS = @USE_GNUTLS@