diff options
| author | Markus Stenberg | 2014-03-31 10:54:04 +0000 |
|---|---|---|
| committer | Markus Stenberg | 2014-03-31 10:54:04 +0000 |
| commit | 3746332038fbf869165bda4f1c906c6263ec33a8 (patch) | |
| tree | acabe51b66d0cbc08f80c48c114cdfebafb8516a | |
| parent | 8f98d53e1d274f6c2602e1fcc51d4babff27321a (diff) | |
| download | routing-3746332038fbf869165bda4f1c906c6263ec33a8.tar.gz | |
ohybridproxy: Updated to latest (fixes just single AAAA being returned if more available).
| -rw-r--r-- | ohybridproxy/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile index 7d08806..13364c7 100644 --- a/ohybridproxy/Makefile +++ b/ohybridproxy/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ohybridproxy -PKG_SOURCE_VERSION:=504f334e7e718ef696c208f69da35f08f75aeb6c -PKG_VERSION:=2014-02-20-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=1fb6094a18a1cd474f9afb6711f5b7f988c7b7c3 +PKG_VERSION:=2014-03-31-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git @@ -21,6 +21,9 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk +# Spammy debug builds for now +CMAKE_OPTIONS += -DL_LEVEL=7 + define Package/ohybridproxy SECTION:=net CATEGORY:=Network |