makefile.mk (c6c5eeba) makefile.mk (887c5134)
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

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

33.IF "$(SYSTEM_LIBXML)" == "YES"
34all:
35 @echo "An already available installation of libxml should exist on your system."
36 @echo "Therefore the version provided here does not need to be built in addition."
37.ENDIF
38
39# --- Files --------------------------------------------------------
40
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

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

33.IF "$(SYSTEM_LIBXML)" == "YES"
34all:
35 @echo "An already available installation of libxml should exist on your system."
36 @echo "Therefore the version provided here does not need to be built in addition."
37.ENDIF
38
39# --- Files --------------------------------------------------------
40
41LIBXML2VERSION=2.7.6
41LIBXML2VERSION=2.7.8
42
43TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
42
43TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
44TARFILE_MD5=7740a8ec23878a2f50120e1faa2730f2
44TARFILE_MD5=8127a65e8c3b08856093099b52599c86
45
46# libxml2-global-symbols: #i112480#: Solaris ld won't export non-listed symbols
47PATCH_FILES=libxml2-configure.patch \
48 libxml2-mingw.patch \
45
46# libxml2-global-symbols: #i112480#: Solaris ld won't export non-listed symbols
47PATCH_FILES=libxml2-configure.patch \
48 libxml2-mingw.patch \
49 libxml2-gnome599717.patch \
50 libxml2-xpath.patch \
49 libxml2-fixes.patch \
51 libxml2-global-symbols.patch \
52 libxml2-testapi.patch \
53 libxml2-runtest.patch
54
55.IF "$(OS)" == "WNT"
56PATCH_FILES+= libxml2-long-path.patch
57.ENDIF
58

--- 80 unchanged lines hidden ---
50 libxml2-global-symbols.patch \
51 libxml2-testapi.patch \
52 libxml2-runtest.patch
53
54.IF "$(OS)" == "WNT"
55PATCH_FILES+= libxml2-long-path.patch
56.ENDIF
57

--- 80 unchanged lines hidden ---