mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
a63b132ea2
commit
1afc2eee2b
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue