summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-02 09:01:27 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-02 09:01:27 +0100
commit54dab092fd1f375716a5d42a285cb0e3790da9f0 (patch)
treeb8120c45f14c265fa51205025c2c6eb0109b1aeb /config
parente34e930817f06c3d51e0f9e6c28c90a0ae112bd6 (diff)
downloadMPC-54dab092fd1f375716a5d42a285cb0e3790da9f0.tar.gz
Don't use expand, just add the new variables to the paths, in some way the changes conflicted with the ACE gnuace template making TAO security to break
* config/openssl.mpb: * config/xerces.mpb:
Diffstat (limited to 'config')
-rw-r--r--config/openssl.mpb13
-rw-r--r--config/xerces.mpb13
2 files changed, 4 insertions, 22 deletions
diff --git a/config/openssl.mpb b/config/openssl.mpb
index 8af0fef4..c9d6f873 100644
--- a/config/openssl.mpb
+++ b/config/openssl.mpb
@@ -4,17 +4,8 @@
// default. If we ever add a new ssl library, then you
// would likely enable only one ssl library feature.
feature(openssl) {
- expand(SSL_INCDIR) {
- $SSL_INCDIR
- $(SSL_ROOT)/include
- }
- expand(SSL_LIBDIR) {
- $SSL_LIBDIR
- $(SSL_ROOT)/lib
- }
-
- includes += $(SSL_INCDIR)
- libpaths += $(SSL_LIBDIR)
+ includes += $(SSL_INCDIR) $(SSL_ROOT)/include
+ libpaths += $(SSL_LIBDIR) $(SSL_ROOT)/lib
specific(prop:windows) {
lit_libs += libeay32 ssleay32
diff --git a/config/xerces.mpb b/config/xerces.mpb
index 85f7e8aa..84e1c82b 100644
--- a/config/xerces.mpb
+++ b/config/xerces.mpb
@@ -29,17 +29,8 @@ feature(xerces2) {
lit_libs += $(XERCESLIB)
}
feature(xerces3) {
- expand(XERCESC_INCDIR) {
- $XERCESC_INCDIR
- $(XERCESCROOT)/include
- }
- expand(XERCESC_LIBDIR) {
- $XERCESC_LIBDIR
- $(XERCESCROOT)/lib
- }
-
- includes += $(XERCESC_INCDIR)
- libpaths += $(XERCESC_LIBDIR)
+ includes += $(XERCESC_INCDIR) $(XERCESCROOT)/include
+ libpaths += $(XERCESC_LIBDIR) $(XERCESCROOT)/lib
specific(prop:microsoft) {
xerceslib = xerces-c_3