Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 71 | Rev 87 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 79
Line 40... Line 40...
40
40
41
BASELDFLAGS  := $(LDFLAGS)
41
BASELDFLAGS  := $(LDFLAGS)
42
BASELDFLAGS  ?= -g
42
BASELDFLAGS  ?= -g
43
43
44
# Minimal libraries needed by Linux
44
# Minimal libraries needed by Linux
45
BASE_LIBS    = -lcrypt
45
BASE_LIBS    = -lcrypt -lutil
46
# FreeBSD needs some extra libraries:
46
# FreeBSD needs some extra libraries:
47
# BASE_LIBS   = -lcrypt -liconv -lutil
47
# BASE_LIBS   = -lcrypt -liconv -lutil
48
# Solaris needs even more libararies:
48
# Solaris needs even more libararies:
49
# BASE_LIBS   = -lcrypt -lxnet -lnsl -lsocket
49
# BASE_LIBS   = -lcrypt -lxnet -lnsl -lsocket
50
50