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

(-)a/Makefile (-7 / +4 lines)
Lines 5-18 Link Here
5
DEFINES += -DUSE_LIBWRAP
5
DEFINES += -DUSE_LIBWRAP
6
endif
6
endif
7
7
8
# If you don't have it in /var/log/subsys, uncomment and define
8
# If you don't have it in /var/lock/subsys, uncomment and define
9
#CFLAGS += -DLOCKFILE_DIR=\"/var/log\"
9
CFLAGS += -DLOCKFILE_DIR=\"/var/lock\"
10
10
11
# GNU target string
11
CC := gcc
12
CROSS = 
12
STRIP := strip
13
14
CC = $(CROSS)gcc
15
STRIP = $(CROSS)strip
16
13
17
CFLAGS += -O2  -Wall
14
CFLAGS += -O2  -Wall
18
15

Return to bug 512050