Changeset 24871f


Ignore:
Timestamp:
08/15/09 21:17:02 (3 years ago)
Author:
Victor Ostorga <vostorga@…>
Branches:
master
Children:
cb926c
Parents:
0e81cd
git-author:
Victor Ostorga <vostorga@…> (08/15/09 21:17:02)
git-committer:
Erik Ekman <erik@…> (02/04/12 20:34:03)
Message:

Keep user CC and CFLAGS/LDFLAGS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    rde617f r24871f  
    1 CC = gcc 
    21COMMONOBJS = tun.o dns.o read.o encoding.o login.o base32.o base64.o md5.o common.o 
    32CLIENTOBJS = iodine.o 
     
    109 
    1110LIBPATH = -L. 
    12 LDFLAGS =  -lz `sh osflags $(TARGETOS) link` $(LIBPATH) 
    13 CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags` 
     11LDFLAGS +=  -lz `sh osflags $(TARGETOS) link` $(LIBPATH) 
     12CFLAGS += -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags` 
    1413 
    1514all: stateos $(CLIENT) $(SERVER) 
Note: See TracChangeset for help on using the changeset viewer.