ohybridproxy: add PKG_MIRROR_HASH, refresh patch
authorJosef Schlehofer <[email protected]>
Sun, 27 Feb 2022 12:31:35 +0000 (13:31 +0100)
committerPaul Spooren <[email protected]>
Mon, 28 Feb 2022 11:43:08 +0000 (12:43 +0100)
Signed-off-by: Josef Schlehofer <[email protected]>
ohybridproxy/Makefile
ohybridproxy/patches/0001-find-libubox.patch

index ea23137f311122cc6525aa2870010bbb11cff8b5..da7984f57c7bdecaa01c67b84040b434e7955f0f 100644 (file)
@@ -13,6 +13,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/sbyx/ohybridproxy.git
+PKG_MIRROR_HASH:=bddd7554300b41cc82d24363bfb5f552c1e5ea51b34daeea242c0e5e1522785b
 PKG_MAINTAINER:=Steven Barth <[email protected]>
 PKG_LICENSE:=GPL-2.0
 
index e29db5c9fbc0ea285c2af8d11aedc87f80f3dee5..744fd4352d7a468f30dbf41b7fde023ea2c0cb1e 100644 (file)
@@ -7,8 +7,6 @@ Subject: [PATCH] Cmake: Search and find libubox/utils.h
  CMakeLists.txt | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2556669d2a52..1c970d92ff56 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -16,6 +16,9 @@ else(${APPLE})
@@ -21,6 +19,3 @@ index 2556669d2a52..1c970d92ff56 100644
  set(CORE src/cache.c src/io.c src/socket.c)
  
  add_executable(ohybridproxy src/ohybridproxy.c src/dns2mdns.c ${CORE})
--- 
-2.9.3
-