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

(-)paxtest-0.9.9.orig/Makefile (-1 / +2 lines)
Lines 52-58 Link Here
52
endif
52
endif
53
53
54
# for some reason the .c files need it, else GNU_STACK=RWE
54
# for some reason the .c files need it, else GNU_STACK=RWE
55
OPT_FLAGS  := -O2 $(ASFLAGS)
55
# Gentoo's CFLAGS should be honored
56
OPT_FLAGS  := $(CFLAGS) $(ASFLAGS)
56
PTHREAD := -lpthread
57
PTHREAD := -lpthread
57
# define stripping of binaries/libs here, or set these on make's commandline,
58
# define stripping of binaries/libs here, or set these on make's commandline,
58
# else you'll loose the chpax flags!
59
# else you'll loose the chpax flags!

Return to bug 322413