Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 10481 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile~ (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
CFLAGS += -rdynamic -DAUTOFS_LIB_DIR=\"$(autofslibdir)\" -DVERSION_STRING=\"$(version)\" -I../include
14
CFLAGS += -rdynamic -DAUTOFS_LIB_DIR=\"$(autofslibdir)\" -DVERSION_STRING=\"$(version)\" -I../include
15
LDFLAGS += -rdynamic
15
LDFLAGS += -rdynamic
16
LIBS = -ldl -lnsl
16
LIBS = -ldl -lnsl ${LIBLDAP}
17
17
18
all: automount
18
all: automount
19
19

Return to bug 10481