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

« back to all changes in this revision

Viewing changes to packages/TPF/maketpf.env_curllib

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - 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:
6
6
 
7
7
################################################################################
8
8
# Define the directories where the shared objects reside
9
 
################################################################################ 
 
9
################################################################################
 
10
 
10
11
ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)
11
12
 
12
13
################################################################################
13
 
# Define the directories where the loadables (XXXXVV) are to be written         
 
14
# Define the directories where the loadables (XXXXVV) are to be written
14
15
################################################################################
15
16
 
16
17
ROOTLOADDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/load)
17
18
 
18
19
################################################################################
19
20
# Define the location of the export files used by the LD postprocessor
20
 
# - currently expected that .exp files will also live in lib dir 
21
 
################################################################################ 
 
21
# - currently expected that .exp files will also live in lib dir
 
22
################################################################################
 
23
 
22
24
ROOTEXPDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/output/exp)
23
25
 
24
26
################################################################################