Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (82f2455f0225c06e0c2ece04352857430e25ec09)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (82f2455f0225c06e0c2ece04352857430e25ec09)
  • Date: Fri, 24 Mar 2017 10:35:15 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/firebird3/BUILD | 2
database/firebird3/DETAILS | 10
database/firebird3/HISTORY | 8
database/firebird3/PRE_BUILD | 4
database/firebird3/fb.diff | 231
----------
database/firebird3/patches/0001-use-system-libedit.patch | 91 +++
database/firebird3/patches/0002-use-system-libtommath.patch | 58 ++
database/firebird3/patches/0003-pcmet.epp-no-longer-exists.patch | 32 +
database/firebird3/patches/0004-suppress-some-includes.patch | 36 +
9 files changed, 234 insertions(+), 238 deletions(-)

New commits:
commit 82f2455f0225c06e0c2ece04352857430e25ec09
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird3-3.0.2.32703-0 - SECURITY FIX

diff --git a/database/firebird3/BUILD b/database/firebird3/BUILD
index 8140859..2db33ca 100755
--- a/database/firebird3/BUILD
+++ b/database/firebird3/BUILD
@@ -1,3 +1,5 @@
+CXXFLAGS+=" -Wno-narrowing " &&
+CXXFLAGS+=" -fno-sized-deallocation -fno-delete-null-pointer-checks
-flifetime-dse=1 -fcheck-new" &&
persistent_add FB_PREFIX &&
FB_PREFIX=${INSTALL_ROOT}/opt/firebird &&
cmake_build $FB_PREFIX &&
diff --git a/database/firebird3/DETAILS b/database/firebird3/DETAILS
index e2c3e79..3b9d030 100755
--- a/database/firebird3/DETAILS
+++ b/database/firebird3/DETAILS
@@ -1,13 +1,13 @@
SPELL=firebird3
SPELLX=Firebird
- VERSION=3.0.1.32609-0
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:7d46bc640ae4e11455d4fbc84b355c823db3188a7e008a32e07cf9e10a08cca72d9f3d3773a5809f4a45d3125cc1a2e0fc091834c03a32f6f723cdf33cbdbe5f
+ VERSION=3.0.2.32703-0
+
SOURCE_HASH=sha512:5950d1689c77fbcda22f1bd8015321d887dec3c7ef39665428a8bda9122838e767b168442ce7d8fb3b9b80cbd1206725b0f54bd215c5c9eb1d322b546cb042e6
+ SECURTIY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION}
SOURCE=${SPELLX}-$VERSION.tar.bz2
-# SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
+# SOURCE_URL[0]=https://firebirdsql.org/download/prerelease/source/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/firebird/$SOURCE
- WEB_SITE=http://www.firebirdsql.org
+ WEB_SITE=https://www.firebirdsql.org
LICENSE=IDPL
ENTERED=20151111
GATHER_DOCS=off
diff --git a/database/firebird3/HISTORY b/database/firebird3/HISTORY
index a79124c..8793bd9 100644
--- a/database/firebird3/HISTORY
+++ b/database/firebird3/HISTORY
@@ -1,3 +1,11 @@
+2017-03-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.2.32703-0
+ SECURTIY_PATCH=1
+ * PRE_BUILD: use apply_patch_dir
+ * patches/*: added
+ * fb.diff: deleted
+ * BUILD: gcc-6.3 fixes
+
2016-09-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.1.32609-0
* fb.diff: updated
diff --git a/database/firebird3/PRE_BUILD b/database/firebird3/PRE_BUILD
index 4482b12..f90a6bc 100755
--- a/database/firebird3/PRE_BUILD
+++ b/database/firebird3/PRE_BUILD
@@ -4,5 +4,5 @@ cd $SOURCE_DIRECTORY &&
mkdir build &&
BLD=$SOURCE_DIRECTORY/build &&
cd $SOURCE_DIRECTORY &&
-# use ssytem libed + libtommath
-patch -p1 < $SPELL_DIRECTORY/fb.diff
+apply_patch_dir patches
+
diff --git a/database/firebird3/fb.diff b/database/firebird3/fb.diff
deleted file mode 100644
index 7c28f32..0000000
--- a/database/firebird3/fb.diff
+++ /dev/null
@@ -1,231 +0,0 @@
-From cc7668dfff2154e0b02eab0cce6a44dd08510eee Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Thu, 7 Jan 2016 15:59:12 +0100
-Subject: [PATCH 1/5] use system libedit
-
----
- CMakeLists.txt | 2 +-
- builds/cmake/Configure.cmake | 2 +-
- src/include/gen/autoconfig.h.in | 4 ++--
- src/isql/isql.epp | 10 ++++------
- 4 files changed, 8 insertions(+), 10 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d23b260..0423ca7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -215,7 +215,7 @@ if (UNIX)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
-
- if (NOT CMAKE_CROSSCOMPILING)
-- set(LIB_readline readline)
-+ set(LIB_readline edit)
- endif()
- if (NOT FREEBSD)
- set(LIB_dl dl)
-diff --git a/builds/cmake/Configure.cmake b/builds/cmake/Configure.cmake
-index 1e1e9a1..006f9a3 100644
---- a/builds/cmake/Configure.cmake
-+++ b/builds/cmake/Configure.cmake
-@@ -124,7 +124,7 @@ set(include_files_list
- ctype.h
- dirent.h
- dlfcn.h
-- editline.h
-+ editline/readline.h
- errno.h
- fcntl.h
- float.h
-diff --git a/src/include/gen/autoconfig.h.in
b/src/include/gen/autoconfig.h.in
-index 997589e..4a04c7a 100644
---- a/src/include/gen/autoconfig.h.in
-+++ b/src/include/gen/autoconfig.h.in
-@@ -195,8 +195,8 @@
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #cmakedefine HAVE_DLFCN_H 1
-
--/* Define to 1 if you have the <editline.h> header file. */
--#cmakedefine HAVE_EDITLINE_H 1
-+/* Define to 1 if you have the <editline/readline.h> header file. */
-+#cmakedefine HAVE_EDITLINE_READLINE_H 1
-
- /* Define to 1 if you have the <errno.h> header file. */
- #cmakedefine HAVE_ERRNO_H 1
-diff --git a/src/isql/isql.epp b/src/isql/isql.epp
-index 5fcbb14..39ff442 100644
---- a/src/isql/isql.epp
-+++ b/src/isql/isql.epp
-@@ -83,10 +83,8 @@
- //#include <io.h> // mktemp
- //#endif
-
--#ifdef HAVE_EDITLINE_H
--// This is a local file included in our distribution - but not always
--// compiled into the system
--#include "editline.h"
-+#ifdef HAVE_EDITLINE_READLINE_H
-+#include <editline/readline.h>
- #endif
-
- enum literal_string_type
-@@ -627,7 +625,7 @@ int ISQL_main(int argc, char* argv[])
- *
- **************************************/
-
--#if defined(HAVE_EDITLINE_H) && defined(HAVE_LOCALE_H)
-+#if defined(HAVE_EDITLINE_READLINE_H) && defined(HAVE_LOCALE_H)
- setlocale(LC_CTYPE, "");
- #endif
- atexit(&atexit_fb_shutdown);
-@@ -856,7 +854,7 @@ static void readNextInputLine(const char* prompt)
-
- getColumn = 0;
-
--#ifdef HAVE_EDITLINE_H
-+#ifdef HAVE_EDITLINE_READLINE_H
- if (Filelist->readingStdin())
- {
- // CVC: On 2005-04-02, use an empty prompt when not working in
---
-2.10.0
-
-From c6a29118cea01ac92ab1bcf0557c17e99e42c33c Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Sat, 24 Jan 2015 12:48:36 +0100
-Subject: [PATCH 2/5] use system libtommath
-
----
- CMakeLists.txt | 1 -
- src/CMakeLists.txt | 4 ++--
- 2 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0423ca7..51f02be 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -321,7 +321,6 @@ endif() # if (NOT CMAKE_CROSSCOMPILING)
-
- crosscompile_prebuild_steps()
-
--include_directories("extern/libtommath")
- include_directories("extern/icu/include")
- include_directories("extern/zlib")
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 9ca8421..583c4c8 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -413,7 +413,7 @@ add_library (boot_yvalve SHARED
$<TARGET_OBJECTS:yvalve_common>
- target_link_libraries (boot_yvalve
- PRIVATE remote
- PRIVATE common
-- PUBLIC libtommath
-+ PUBLIC tommath
- PUBLIC ${LIB_Ws2_32}
- PUBLIC ${LIB_readline}
- PUBLIC ${LIB_dl}
-@@ -436,7 +436,7 @@ add_library (yvalve SHARED
$<TARGET_OBJECTS:yvalve_common> ${yva
- target_link_libraries (yvalve
- PRIVATE remote
- PRIVATE common
-- PUBLIC libtommath
-+ PUBLIC tommath
- PUBLIC ${LIB_Ws2_32}
- PUBLIC ${LIB_readline}
- PUBLIC ${LIB_dl}
---
-2.10.0
-
-From bb9343b9c5073d56d90964bc93d32b645eb9de4b Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Sat, 14 May 2016 08:58:15 +0200
-Subject: [PATCH 3/5] tommath--
-
----
- CMakeLists.txt | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 51f02be..edcce97 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -333,10 +333,6 @@
include_directories("${CMAKE_CURRENT_BINARY_DIR}/src/include/gen")
- # LIBRARY libtommath
- ########################################
-
--file(GLOB libtommath_src "extern/libtommath/*.c" "extern/libtommath/*.h")
--
--add_library (libtommath ${libtommath_src})
--project_group (libtommath Extern)
-
- ########################################
- # EXECUTABLE btyacc
---
-2.10.0
-
-From 2f0f7fa7f68f5e1c07a14c465c8d8ac7e07437b5 Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Mon, 13 Jun 2016 20:44:30 +0200
-Subject: [PATCH 4/5] pcmet.epp no longer exists
-
----
- src/CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 583c4c8..1344d1b 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -54,7 +54,6 @@ set(epp_boot_gds_files
- jrd/grant.epp
- jrd/ini.epp
- jrd/met.epp
-- jrd/pcmet.epp
- jrd/scl.epp
- jrd/Function.epp
- )
-@@ -484,7 +483,6 @@ set(engine12_generated_src
- jrd/grant.epp
- jrd/ini.epp
- jrd/met.epp
-- jrd/pcmet.epp
- jrd/scl.epp
- utilities/gstat/dba.epp
- )
---
-2.10.0
-
-From a7d982c0811134c2015cc90914f6175e2c3f6036 Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Mon, 13 Jun 2016 21:41:18 +0200
-Subject: [PATCH 5/5] fix build with gcc-6.1
-
----
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index edcce97..33c3d73 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -212,7 +212,7 @@ if (UNIX)
- set(OS_DIR posix)
-
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
-+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -fno-sized-deallocation
-fno-delete-null-pointer-checks -flifetime-dse=1 -fcheck-new -Wno-narrowing")
-
- if (NOT CMAKE_CROSSCOMPILING)
- set(LIB_readline edit)
-@@ -242,7 +242,7 @@ if (APPLE)
-
- find_library(LIB_CoreFoundation CoreFoundation)
- elseif (UNIX)
-- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread")
-+ set(CMAKE_EXE_LINKER_FLAGS " ${CMAKE_EXE_LINKER_FLAGS} -pthread ")
- endif()
-
-
################################################################################
---
-2.10.0
-
diff --git a/database/firebird3/patches/0001-use-system-libedit.patch
b/database/firebird3/patches/0001-use-system-libedit.patch
new file mode 100644
index 0000000..6f18af2
--- /dev/null
+++ b/database/firebird3/patches/0001-use-system-libedit.patch
@@ -0,0 +1,91 @@
+From c9778ad0146f0571a9e5e942f20caf0fc96a73b5 Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Thu, 7 Jan 2016 15:59:12 +0100
+Subject: [PATCH 1/4] use system libedit
+
+---
+ CMakeLists.txt | 2 +-
+ builds/cmake/Configure.cmake | 2 +-
+ src/include/gen/autoconfig.h.in | 4 ++--
+ src/isql/isql.epp | 10 ++++------
+ 4 files changed, 8 insertions(+), 10 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d23b260..0423ca7 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -215,7 +215,7 @@ if (UNIX)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
+
+ if (NOT CMAKE_CROSSCOMPILING)
+- set(LIB_readline readline)
++ set(LIB_readline edit)
+ endif()
+ if (NOT FREEBSD)
+ set(LIB_dl dl)
+diff --git a/builds/cmake/Configure.cmake b/builds/cmake/Configure.cmake
+index 1e1e9a1..006f9a3 100644
+--- a/builds/cmake/Configure.cmake
++++ b/builds/cmake/Configure.cmake
+@@ -124,7 +124,7 @@ set(include_files_list
+ ctype.h
+ dirent.h
+ dlfcn.h
+- editline.h
++ editline/readline.h
+ errno.h
+ fcntl.h
+ float.h
+diff --git a/src/include/gen/autoconfig.h.in
b/src/include/gen/autoconfig.h.in
+index 997589e..4a04c7a 100644
+--- a/src/include/gen/autoconfig.h.in
++++ b/src/include/gen/autoconfig.h.in
+@@ -195,8 +195,8 @@
+ /* Define to 1 if you have the <dlfcn.h> header file. */
+ #cmakedefine HAVE_DLFCN_H 1
+
+-/* Define to 1 if you have the <editline.h> header file. */
+-#cmakedefine HAVE_EDITLINE_H 1
++/* Define to 1 if you have the <editline/readline.h> header file. */
++#cmakedefine HAVE_EDITLINE_READLINE_H 1
+
+ /* Define to 1 if you have the <errno.h> header file. */
+ #cmakedefine HAVE_ERRNO_H 1
+diff --git a/src/isql/isql.epp b/src/isql/isql.epp
+index 98b37bb..3e90cd2 100644
+--- a/src/isql/isql.epp
++++ b/src/isql/isql.epp
+@@ -78,10 +78,8 @@
+ #include <locale.h>
+ #endif
+
+-#ifdef HAVE_EDITLINE_H
+-// This is a local file included in our distribution - but not always
+-// compiled into the system
+-#include "editline.h"
++#ifdef HAVE_EDITLINE_READLINE_H
++#include <editline/readline.h>
+ #endif
+
+ enum literal_string_type
+@@ -622,7 +620,7 @@ int ISQL_main(int argc, char* argv[])
+ *
+ **************************************/
+
+-#if defined(HAVE_EDITLINE_H) && defined(HAVE_LOCALE_H)
++#if defined(HAVE_EDITLINE_READLINE_H) && defined(HAVE_LOCALE_H)
+ setlocale(LC_CTYPE, "");
+ #endif
+ atexit(&atexit_fb_shutdown);
+@@ -851,7 +849,7 @@ static void readNextInputLine(const char* prompt)
+
+ getColumn = 0;
+
+-#ifdef HAVE_EDITLINE_H
++#ifdef HAVE_EDITLINE_READLINE_H
+ if (Filelist->readingStdin())
+ {
+ // CVC: On 2005-04-02, use an empty prompt when not working in
+--
+2.12.1
+
diff --git a/database/firebird3/patches/0002-use-system-libtommath.patch
b/database/firebird3/patches/0002-use-system-libtommath.patch
new file mode 100644
index 0000000..8c46e9b
--- /dev/null
+++ b/database/firebird3/patches/0002-use-system-libtommath.patch
@@ -0,0 +1,58 @@
+From cea04fe913b5308f1e684e983aad6e1fae274cfc Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Sat, 24 Jan 2015 12:48:36 +0100
+Subject: [PATCH 2/4] use system libtommath
+
+---
+ CMakeLists.txt | 5 -----
+ src/CMakeLists.txt | 4 ++--
+ 2 files changed, 2 insertions(+), 7 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 0423ca7..edcce97 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -321,7 +321,6 @@ endif() # if (NOT CMAKE_CROSSCOMPILING)
+
+ crosscompile_prebuild_steps()
+
+-include_directories("extern/libtommath")
+ include_directories("extern/icu/include")
+ include_directories("extern/zlib")
+
+@@ -334,10 +333,6 @@
include_directories("${CMAKE_CURRENT_BINARY_DIR}/src/include/gen")
+ # LIBRARY libtommath
+ ########################################
+
+-file(GLOB libtommath_src "extern/libtommath/*.c" "extern/libtommath/*.h")
+-
+-add_library (libtommath ${libtommath_src})
+-project_group (libtommath Extern)
+
+ ########################################
+ # EXECUTABLE btyacc
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 9ca8421..583c4c8 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -413,7 +413,7 @@ add_library (boot_yvalve SHARED
$<TARGET_OBJECTS:yvalve_common>
+ target_link_libraries (boot_yvalve
+ PRIVATE remote
+ PRIVATE common
+- PUBLIC libtommath
++ PUBLIC tommath
+ PUBLIC ${LIB_Ws2_32}
+ PUBLIC ${LIB_readline}
+ PUBLIC ${LIB_dl}
+@@ -436,7 +436,7 @@ add_library (yvalve SHARED
$<TARGET_OBJECTS:yvalve_common> ${yva
+ target_link_libraries (yvalve
+ PRIVATE remote
+ PRIVATE common
+- PUBLIC libtommath
++ PUBLIC tommath
+ PUBLIC ${LIB_Ws2_32}
+ PUBLIC ${LIB_readline}
+ PUBLIC ${LIB_dl}
+--
+2.12.1
+
diff --git a/database/firebird3/patches/0003-pcmet.epp-no-longer-exists.patch
b/database/firebird3/patches/0003-pcmet.epp-no-longer-exists.patch
new file mode 100644
index 0000000..2c203e3
--- /dev/null
+++ b/database/firebird3/patches/0003-pcmet.epp-no-longer-exists.patch
@@ -0,0 +1,32 @@
+From 72ab3f3c38544459ee1f76300a83850f979e3676 Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Mon, 13 Jun 2016 20:44:30 +0200
+Subject: [PATCH 3/4] pcmet.epp no longer exists
+
+---
+ src/CMakeLists.txt | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 583c4c8..1344d1b 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -54,7 +54,6 @@ set(epp_boot_gds_files
+ jrd/grant.epp
+ jrd/ini.epp
+ jrd/met.epp
+- jrd/pcmet.epp
+ jrd/scl.epp
+ jrd/Function.epp
+ )
+@@ -484,7 +483,6 @@ set(engine12_generated_src
+ jrd/grant.epp
+ jrd/ini.epp
+ jrd/met.epp
+- jrd/pcmet.epp
+ jrd/scl.epp
+ utilities/gstat/dba.epp
+ )
+--
+2.12.1
+
diff --git a/database/firebird3/patches/0004-suppress-some-includes.patch
b/database/firebird3/patches/0004-suppress-some-includes.patch
new file mode 100644
index 0000000..e4210d9
--- /dev/null
+++ b/database/firebird3/patches/0004-suppress-some-includes.patch
@@ -0,0 +1,36 @@
+From 3c3ef1b7a9807a10c18797a7759dd6c2873729eb Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Sat, 11 Feb 2017 14:56:02 +0100
+Subject: [PATCH 4/4] suppress some includes
+
+---
+ CMakeLists.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index edcce97..3be6969 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -174,7 +174,7 @@ configure_file(${AUTOCONFIG_SRC} ${AUTOCONFIG} @ONLY)
+ #
+
################################################################################
+
+-add_definitions(-DDEV_BUILD)
++#add_definitions(-DDEV_BUILD)
+
+ if (WIN32)
+ set(OS_DIR win32)
+@@ -321,8 +321,8 @@ endif() # if (NOT CMAKE_CROSSCOMPILING)
+
+ crosscompile_prebuild_steps()
+
+-include_directories("extern/icu/include")
+-include_directories("extern/zlib")
++#include_directories("extern/icu/include")
++#include_directories("extern/zlib")
+
+ include_directories("src/include")
+ include_directories("src/include/gen")
+--
+2.12.1
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (82f2455f0225c06e0c2ece04352857430e25ec09), Treeve Jelbert, 03/24/2017

Archive powered by MHonArc 2.6.24.

Top of Page