~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
MIMPURE = -mimpure-text
83
83
endif
84
84
 
85
 
libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(MIMPURE)
 
85
if VERSIONED_SYMBOLS
 
86
VERSIONED_SYMBOLS = -Wl,--version-script=libcurl.vers
 
87
endif
 
88
 
 
89
libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(MIMPURE) $(VERSIONED_SYMBOLS)
86
90
 
87
91
# Makefile.inc provides the CSOURCES and HHEADERS defines
88
92
include Makefile.inc