Skip to content

Commit

Permalink
libzmq: Fix build of 88f6281 and ppc853x arches
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 29, 2020
1 parent 3d43b2d commit c7cd5db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cross/libzmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ COMMENT = ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable net
LICENSE = GPLv3

include ../../mk/spksrc.cross-cmake.mk

ifeq ($(findstring $(ARCH), 88f6281 ppc853x),$(ARCH))
CMAKE_ARGS += -DCMAKE_CXX_FLAGS=-lrt
CMAKE_ARGS += -DCMAKE_C_FLAGS=-std=gnu99
endif

0 comments on commit c7cd5db

Please sign in to comment.