mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- zeromq-4.0.4_org/configure.ac 2014-06-04 10:19:35.140061796 +0800
|
||||
+++ zeromq-4.0.4/configure.ac 2014-06-04 11:08:17.231997926 +0800
|
||||
@@ -127,8 +127,10 @@
|
||||
*linux*)
|
||||
# Define on Linux to enable all library features. Define if using a gnu compiler
|
||||
if test "x$GXX" = "xyes"; then
|
||||
- CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
|
||||
+ CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS -Wno-long-long"
|
||||
fi
|
||||
+ libzmq_pedantic="no"
|
||||
+ libzmq_werror="no"
|
||||
AC_DEFINE(ZMQ_HAVE_LINUX, 1, [Have Linux OS])
|
||||
libzmq_on_linux="yes"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
--- zeromq-4.0.4_org/src/blob.hpp 2014-06-04 10:19:12.680062287 +0800
|
||||
+++ zeromq-4.0.4/src/blob.hpp 2014-06-04 10:30:31.168047457 +0800
|
||||
@@ -21,6 +21,7 @@
|
||||
#define __ZMQ_BLOB_HPP_INCLUDED__
|
||||
|
||||
#include <string>
|
||||
+#include <ios>
|
||||
#include <string.h>
|
||||
|
||||
// Borrowed from id3lib_strings.h:
|
||||
@@ -0,0 +1,10 @@
|
||||
diff -ruNa zeromq-4.0.4_org/tools/Makefile.am zeromq-4.0.4/tools/Makefile.am
|
||||
--- zeromq-4.0.4_org/tools/Makefile.am 2014-06-03 20:01:12.392379933 +0800
|
||||
+++ zeromq-4.0.4/tools/Makefile.am 2014-06-03 19:59:18.616382420 +0800
|
||||
@@ -1,5 +1,5 @@
|
||||
EXTRA_DIST = curve_keygen.c
|
||||
+CFLAGS += -std=c99
|
||||
-
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
bin_PROGRAMS = curve_keygen
|
||||
Reference in New Issue
Block a user