diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 16:45:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 16:45:11 +0000 |
commit | f820d0ac236f6953e7bd5d115775a8751837ef4f (patch) | |
tree | 46099eb18548525e22c20ddd8b82ace532d898c8 /master.make | |
parent | db8c41e2d5ba00d0c67dd6a3faa9816eaa377b32 (diff) | |
download | rsyslog-f820d0ac236f6953e7bd5d115775a8751837ef4f.tar.gz rsyslog-f820d0ac236f6953e7bd5d115775a8751837ef4f.tar.xz rsyslog-f820d0ac236f6953e7bd5d115775a8751837ef4f.zip |
fixed probem with my regex merge; added compile time option output to -v
option display
Diffstat (limited to 'master.make')
-rw-r--r-- | master.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/master.make b/master.make index 914167cb..1838bed9 100644 --- a/master.make +++ b/master.make @@ -11,7 +11,7 @@ #LDFLAGS= -g -Wall -fno-omit-frame-pointer #CFLAGS= -DSYSV -g -Wall -fno-omit-frame-pointer -CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) +CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -I/usr/local/include $(NOLARGEFILE) $(WITHDB) $(F_REGEXP) LDFLAGS= -s # There is one report that under an all ELF system there may be a need to |