diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-19 11:27:34 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-19 12:35:24 +0200 |
commit | f4496d4478c3e754d13242d9d55bddee7bd9985e (patch) | |
tree | f53491041cebaa29ead43bb69b5a3ab0334afdf5 /postprocess | |
parent | 0a158b7800221ce8b79dac430015c6a02ad33e31 (diff) |
Fix the SYSTEM_MOZILLA case.
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index e41ead326653..bbea2d116ffa 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -276,18 +276,16 @@ my_components += \ my_components += ldapbe2 .END -.IF "$(ENABLE_NSS_MODULE)" != "NO" +.IF "$(ENABLE_NSS_MODULE)" == "YES" || "$(SYSTEM_MOZILLA)" == "YES" my_components += \ component/xmlsecurity/util/xsec_fw \ pl -.IF "$(SYSTEM_MOZILLA)" == "YES" || "$(ENABLE_NSS_MODULE)" == "YES" .IF "$(OS)" == "WNT" my_components += component/xmlsecurity/util/xsec_xmlsec.windows .ELSE my_components += component/xmlsecurity/util/xsec_xmlsec .END .END -.END .IF "$(OS)" == "MACOSX" my_components += \ |