Add build dependency on g++ compiler

Pass on extra warning flags to pcre lib.
No need for recursive delete on the libstdc++ line.
This commit is contained in:
Steve Beattie 2007-03-23 20:48:29 +00:00
parent a63b132ea2
commit 1afc2eee2b
2 changed files with 6 additions and 2 deletions

View file

@ -186,7 +186,7 @@ $(AAREOBJECTS):
.SILENT: $(PCREOBJECTS) .SILENT: $(PCREOBJECTS)
$(PCREOBJECTS): $(PCREOBJECTS):
make -C $(PCREDIR) "CFLAGS=$(CFLAGS)" make -C $(PCREDIR) "CFLAGS=$(EXTRA_CFLAGS)"
.PHONY: install-rhel4 .PHONY: install-rhel4
install-rhel4: install-redhat install-rhel4: install-redhat
@ -239,7 +239,7 @@ clean:
rm -f $(YACC_C_FILES) rm -f $(YACC_C_FILES)
rm -f parser_version.h rm -f parser_version.h
rm -f $(NAME)*.tar.gz $(NAME)*.tgz rm -f $(NAME)*.tar.gz $(NAME)*.tgz
rm -rf libstdc++.a rm -f libstdc++.a
make -s -C $(PCREDIR) clean make -s -C $(PCREDIR) clean
make -s -C $(AAREDIR) clean make -s -C $(AAREDIR) clean
make -s -C po clean make -s -C po clean

View file

@ -44,6 +44,7 @@ Prereq: sed
%if %{distro} == "suse" %if %{distro} == "suse"
Prereq: %{insserv_prereq} aaa_base Prereq: %{insserv_prereq} aaa_base
%endif %endif
BuildRequires: gcc-c++
Obsoletes: subdomain_parser subdomain-parser Obsoletes: subdomain_parser subdomain-parser
Obsoletes: subdomain-parser-demo subdomain-parser-common subdomain-leaf-cert Obsoletes: subdomain-parser-demo subdomain-parser-common subdomain-leaf-cert
Obsoletes: libimnxcert Obsoletes: libimnxcert
@ -148,6 +149,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Mar 23 2007 - sbeattie@suse.de
- Added dfa matching code
- add build dep on c++ compiler
* Thu Jan 18 2007 - sbeattie@suse.de * Thu Jan 18 2007 - sbeattie@suse.de
- Remove long obsolete editing of fstab - Remove long obsolete editing of fstab
* Tue Dec 12 2006 - sbeattie@suse.de * Tue Dec 12 2006 - sbeattie@suse.de