Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233717
Collapse All | Expand All

(-)config.mk (-1 / +1 lines)
Lines 14-20 Link Here
14
LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext
14
LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext
15
15
16
# flags
16
# flags
17
CPPFLAGS = -DVERSION=\"${VERSION}\" 
17
CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H
18
CFLAGS += -std=c99 -pedantic -Wall -g ${INCS} ${CPPFLAGS}
18
CFLAGS += -std=c99 -pedantic -Wall -g ${INCS} ${CPPFLAGS}
19
LDFLAGS += -g ${LIBS}
19
LDFLAGS += -g ${LIBS}
20
20

Return to bug 233717