makefile.mk (bf63ad80) makefile.mk (34f44591)
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

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

40
41.IF "$(L10N_framework)"==""
42
43.INCLUDE : libxsltversion.mk
44
45LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO)
46
47TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION)
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

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

40
41.IF "$(L10N_framework)"==""
42
43.INCLUDE : libxsltversion.mk
44
45LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO)
46
47TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION)
48TARFILE_MD5=b3bd254a03e46d58f8ad1e4559cd2c2f
48TARFILE_MD5=db8765c8d076f1b6caafd9f2542a304a
49
50# libxslt-internal-symbols: #i112480#: Solaris ld requires symbols to be defined
51PATCH_FILES=libxslt-configure.patch \
49
50# libxslt-internal-symbols: #i112480#: Solaris ld requires symbols to be defined
51PATCH_FILES=libxslt-configure.patch \
52 libxslt-win_manifest.patch \
53 libxslt-backup_Xpath_context.patch \
54 libxslt-CVE-2019-11068.patch \
55 libxslt-CVE-2019-13117.patch \
56 libxslt-CVE-2019-13118.patch
52 libxslt-win_manifest.patch
57
53
58
59
60# This is only for UNX environment now
61.IF "$(OS)"=="WNT"
62.IF "$(COM)"=="GCC"
63xslt_CC=$(CC) -mthreads
64.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
65xslt_CC+=-shared-libgcc
66.ENDIF
67xslt_LIBS=

--- 86 unchanged lines hidden ---
54# This is only for UNX environment now
55.IF "$(OS)"=="WNT"
56.IF "$(COM)"=="GCC"
57xslt_CC=$(CC) -mthreads
58.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
59xslt_CC+=-shared-libgcc
60.ENDIF
61xslt_LIBS=

--- 86 unchanged lines hidden ---