Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
e19454e3
Commit
e19454e3
authored
Jan 15, 2016
by
Benjamin Henrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: OpenWRT Makefile still uses tarballs, now using GIT HEAD master
parent
d8941f59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
Makefile
builds/openwrt/Makefile
+14
-5
No files found.
builds/openwrt/Makefile
View file @
e19454e3
...
...
@@ -10,10 +10,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
zeromq
PKG_VERSION
:=
3.2.2
PKG_VERSION
:=
master
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/zeromq/libzmq.git
PKG_SOURCE
:=
$(PKG_NAME)
.tar.gz
PKG_SOURCE_VERSION
:=
HEAD
PKG_SOURCE_SUBDIR
:=
$(PKG_NAME)
PKG_SOURCE
:=
$(PKG_NAME)
-
$(PKG_VERSION)
.tar.gz
PKG_SOURCE_URL
:=
http://download.zeromq.org/
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
PKG_INSTALL
:=
1
...
...
@@ -23,7 +27,7 @@ define Package/zeromq
MAINTAINER
:=
victor@iso3103.net
TITLE
:=
zeromq
SECTION
:=
libs
DEPENDS
:=
+libstdcpp +libpthread +librt
DEPENDS
:=
+libstdcpp +libpthread +librt
+libsodium
CATEGORY
:=
Libraries
URL
:=
http://www.zeromq.org/
endef
...
...
@@ -34,6 +38,12 @@ define Package/zeromq/description
clustered
products
and
supercomputing.
endef
define
Build/Configure
(
cd
$(PKG_BUILD_DIR);
./autogen.sh
);
$(call
Build/Configure/Default)
endef
TARGET_CPPFLAGS
:=
$
(
filter-out
-Werror
,
$(TARGET_CFLAGS)
)
define
Build/InstallDev
$(INSTALL_DIR)
\
...
...
@@ -58,4 +68,3 @@ define Package/zeromq/install
endef
$(eval
$(call
BuildPackage,zeromq))
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