~ubuntu-branches/ubuntu/natty/curl/natty

« back to all changes in this revision

Viewing changes to lib/Makefile.netware

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-10-07 16:53:40 UTC
  • mfrom: (3.4.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101007165340-3eahi7unrkt7magp
Tags: 7.21.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-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:
19
19
 
20
20
# Edit the path below to point to the base of your OpenSSL package.
21
21
ifndef OPENSSL_PATH
22
 
OPENSSL_PATH = ../../openssl-0.9.8n
 
22
OPENSSL_PATH = ../../openssl-0.9.8o
23
23
endif
24
24
 
25
25
# Edit the path below to point to the base of your LibSSH2 package.
26
26
ifndef LIBSSH2_PATH
27
 
LIBSSH2_PATH = ../../libssh2-1.2.5
 
27
LIBSSH2_PATH = ../../libssh2-1.2.6
28
28
endif
29
29
 
30
30
# Edit the path below to point to the base of your libidn package.
616
616
        @echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@
617
617
        @echo $(DL)** All your changes will be lost!!$(DL) >> $@
618
618
        @echo $(DL)*/$(DL) >> $@
 
619
        @echo $(DL)#ifndef NETWARE$(DL) >> $@
 
620
        @echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@
 
621
        @echo $(DL)#endif$(DL) >> $@
619
622
        @echo $(DL)#ifndef __CURL_CURLBUILD_H$(DL) >> $@
620
623
        @echo $(DL)#define __CURL_CURLBUILD_H$(DL) >> $@
621
624
ifeq ($(LIBARCH),LIBC)