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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 16-23 Link Here
16
16
17
17
18
CC       := gcc
18
CC       := gcc
19
CPPFLAGS := -O $(inc)
19
CPPFLAGS := -O $(inc) ${CPPFLAGS}
20
CFLAGS   := -g -W -Wall -DMAXFDS=4096
20
CFLAGS   := -g -W -Wall -DMAXFDS=4096 ${CFLAGS}
21
OS_NAME  := $(shell uname | tr [A-Z] [a-z])
21
OS_NAME  := $(shell uname | tr [A-Z] [a-z])
22
LDLIBS    = $(lib) -lmysqlclient -lz
22
LDLIBS    = $(lib) -lmysqlclient -lz
23
23

Return to bug 112261