makefile.mk (97d9eac0) makefile.mk (08bb353f)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 87 unchanged lines hidden (view full) ---

96 $(COMPHELPERLIB) \
97 $(CPPUHELPERLIB) \
98 $(XMLOFFLIB)
99
100.IF "$(OS)"=="SOLARIS"
101SHL2STDLIBS +=-ldl
102.ENDIF
103
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 87 unchanged lines hidden (view full) ---

96 $(COMPHELPERLIB) \
97 $(CPPUHELPERLIB) \
98 $(XMLOFFLIB)
99
100.IF "$(OS)"=="SOLARIS"
101SHL2STDLIBS +=-ldl
102.ENDIF
103
104.IF "$(ENABLE_NSS_MODULE)"=="YES" && "$(SYSTEM_NSS)"!="YES"
104.IF "$(ENABLE_NSS_MODULE)"=="YES"
105.IF "$(SYSTEM_NSS)"!="YES"
105.IF "$(NSPR_LIB)" != ""
106SHL2STDLIBS += $(NSPR_LIB)
107.ENDIF
108.IF "$(NSS_LIB)" != ""
109SHL2STDLIBS += $(NSS_LIB)
110.ENDIF
106.IF "$(NSPR_LIB)" != ""
107SHL2STDLIBS += $(NSPR_LIB)
108.ENDIF
109.IF "$(NSS_LIB)" != ""
110SHL2STDLIBS += $(NSS_LIB)
111.ENDIF
112.ELSE
113SHL2STDLIBS += $(NSS_LIBS)
111.ENDIF
114.ENDIF
115.ENDIF
112
113.IF "$(CRYPTO_ENGINE)" == "mscrypto"
114SHL2STDLIBS+= $(MSCRYPTOLIBS)
115# SHL2STDLIBS+= $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
116SHL2STDLIBS+= $(NSS3LIB) $(NSPR4LIB)
117.ELSE
118SHL2STDLIBS+= $(NSSCRYPTOLIBS)
119.ENDIF

--- 83 unchanged lines hidden ---
116
117.IF "$(CRYPTO_ENGINE)" == "mscrypto"
118SHL2STDLIBS+= $(MSCRYPTOLIBS)
119# SHL2STDLIBS+= $(XMLSECLIB) $(LIBXML2LIB) $(NSS3LIB) $(NSPR4LIB) $(PLC4LIB)
120SHL2STDLIBS+= $(NSS3LIB) $(NSPR4LIB)
121.ELSE
122SHL2STDLIBS+= $(NSSCRYPTOLIBS)
123.ENDIF

--- 83 unchanged lines hidden ---