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

« back to all changes in this revision

Viewing changes to lib/makefile.amiga

  • 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:
7
7
ATCPSDKI=       /GG/netinclude
8
8
 
9
9
 
10
 
CC      =       gcc
11
 
CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -noixemul -I. -I../include -W -Wall
 
10
CC      =       m68k-amigaos-gcc
 
11
CFLAGS  =       -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall
12
12
 
13
13
OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \
14
14
        escape.c file.c formdata.c ftp.c getenv.c getinfo.c hash.c hostip.c   \
17
17
        ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
18
18
        progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c  \
19
19
        strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \
20
 
        sslgen.c gtls.c
 
20
        sslgen.c gtls.c strerror.c
21
21
 
22
22
all:    $(OBJS:.c=.o)
23
23
        ar cru libcurl.a $(OBJS:.c=.o)