source:
freewrt/package/tcp_wrappers/patches/opt_cflags.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 566 bytes | |
-
tcp_wrappers_7.6/Makefile
old new 689 689 shared/%.o: %.c 690 690 $(CC) $(CFLAGS) $(SHCFLAGS) -c $< -o $@ 691 691 692 CFLAGS = -O2 -g -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \ 692 OPT_CFLAGS = -O2 -g 693 CFLAGS = $(OPT_CFLAGS) -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \ 693 694 $(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \ 694 695 -DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \ 695 696 -DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \
Note:
See TracBrowser
for help on using the repository browser.
