Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
53c1cc92
Commit
53c1cc92
authored
Nov 04, 2015
by
Axel Auweter
Browse files
MacOS build fixes...
parent
605627ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
DCDBLib/Makefile
View file @
53c1cc92
...
...
@@ -3,7 +3,8 @@ include ../config.mk
# C++ Compiler Flags (use fPIC for our dynamic library)
CXXFLAGS
=
-O2
-ggdb
-Wall
-Werror
\
-fPIC
--std
=
c++11
-I
$(DCDBDEPLOYPATH)
/include
-I
./include
-I
./include_internal
\
-I
$(DCDBBASEPATH)
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-I
$(DCDBBASEPATH)
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
\
-Wno-unused-local-typedef
-Wno-unknown-warning-option
# List of object files to build and the derived list of corresponding source files
OBJS
=
src/connection.o
\
...
...
Makefile
View file @
53c1cc92
...
...
@@ -65,7 +65,7 @@ SKIP_PROJECTS = ""
endif
CFLAGS
+=
-I
$(DCDBDEPLOYPATH)
/include
-O2
-g
CXX11FLAGS
=
--std
=
c++11
-Wno-c99-extensions
-Wno-missing-field-initializers
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
CXX11FLAGS
=
--std
=
c++11
-Wno-c99-extensions
-Wno-missing-field-initializers
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-Wno-unused-local-typedef
LDFLAGS
+=
-L
$(DCDBDEPLOYPATH)
/lib
-O2
-g
.PHONY
:
info all clean cleanall distclean check-cross-compile $(LIBRARIES) $(PROJECTS)
...
...
patches/cpp-driver-2.0.1.patch
0 → 100644
View file @
53c1cc92
diff -r cpp-driver-2.0.1.orig/CMakeLists.txt cpp-driver-2.0.1/CMakeLists.txt
423c423
< set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array")
---
> set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment