SHA256
8
0
forked from pool/libyajl

3 Commits

3 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
Index: yajl-2.1.0/src/CMakeLists.txt
===================================================================
--- yajl-2.1.0.orig/src/CMakeLists.txt
+++ yajl-2.1.0/src/CMakeLists.txt
@@ -28,7 +28,7 @@ SET (PUB_HDRS api/yajl_parse.h api/yajl_
ADD_DEFINITIONS(-DYAJL_BUILD)

View File

@@ -1,5 +1,7 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
Index: yajl-2.1.0/CMakeLists.txt
===================================================================
--- yajl-2.1.0.orig/CMakeLists.txt
+++ yajl-2.1.0/CMakeLists.txt
@@ -59,7 +59,7 @@ ELSE (WIN32)
"${CMAKE_C_FLAGS} -std=c99 -pedantic -Wpointer-arith -Wno-format-y2k -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -Wextra -Wundef -Wwrite-strings -Wold-style-definition -Wredundant-decls -Wno-unused-parameter -Wno-sign-compare -Wmissing-prototypes")

View File

@@ -1,5 +1,7 @@
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
Index: yajl-2.1.0/src/CMakeLists.txt
===================================================================
--- yajl-2.1.0.orig/src/CMakeLists.txt
+++ yajl-2.1.0/src/CMakeLists.txt
@@ -84,4 +84,4 @@ INSTALL(TARGETS yajl
INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX})
INSTALL(FILES ${PUB_HDRS} DESTINATION include/yajl)