Do not let LDFLAGS= override the dependency on libsocket

This commit is contained in:
Pierre Pronchery 2014-12-16 01:23:54 +01:00
parent d46d12a355
commit 0369455838
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ CPPFLAGSF= -I ../include
CPPFLAGS=
CFLAGSF = -W -fPIC
CFLAGS = -g -Wall -O2 -pedantic
LDFLAGS =
LDFLAGSF=
AR = ar
RANLIB = ranlib
CCSHARED= $(CC) -shared

View File

@ -4,7 +4,7 @@ cppflags=
cflags_force=-W -fPIC
cflags=-g -Wall -O2 -pedantic
#XXX get rid of this dependency
ldflags=-lsocket
ldflags_force=-lsocket
dist=Makefile,token.h,python/project.conf,python/Makefile,python/libSystem.c,python/libSystem.py
[libSystem]