mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
contrib: update asio
Change-Id: I11902ccad42001763d0f3fcab252e1d764b27c53
This commit is contained in:
@ -1,21 +1,17 @@
|
||||
From 5d891ca55161aea53852ef70707d39133925dbe3 Mon Sep 17 00:00:00 2001
|
||||
From 84a1e5f47ef5d37ada14037e7fbe998a5035ceb9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
|
||||
Date: Fri, 13 Oct 2023 14:44:13 -0400
|
||||
Subject: [PATCH] Disable building tests and examples
|
||||
|
||||
---
|
||||
asio/src/Makefile.am | 36 ------------------------------------
|
||||
1 file changed, 36 deletions(-)
|
||||
asio/src/Makefile.am | 30 ------------------------------
|
||||
1 file changed, 30 deletions(-)
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 0345f094..f2fbcefe 100644
|
||||
index 587bb4935..f2fbcefec 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -1,39 +1,3 @@
|
||||
-if !STANDALONE
|
||||
-EXAMPLES_CPP03 = examples/cpp03
|
||||
-endif
|
||||
-
|
||||
@@ -1,33 +1,3 @@
|
||||
-if HAVE_CXX11
|
||||
-EXAMPLES_CPP11 = examples/cpp11
|
||||
-endif
|
||||
@ -33,7 +29,6 @@ index 0345f094..f2fbcefe 100644
|
||||
-endif
|
||||
-
|
||||
-SUBDIRS = \
|
||||
- $(EXAMPLES_CPP03) \
|
||||
- $(EXAMPLES_CPP11) \
|
||||
- $(EXAMPLES_CPP14) \
|
||||
- $(EXAMPLES_CPP17) \
|
||||
@ -41,7 +36,6 @@ index 0345f094..f2fbcefe 100644
|
||||
- tests
|
||||
-
|
||||
-DIST_SUBDIRS = \
|
||||
- examples/cpp03 \
|
||||
- examples/cpp11 \
|
||||
- examples/cpp14 \
|
||||
- examples/cpp17 \
|
||||
@ -52,5 +46,5 @@ index 0345f094..f2fbcefe 100644
|
||||
Makefile.mgw \
|
||||
Makefile.msc \
|
||||
--
|
||||
2.39.3 (Apple Git-145)
|
||||
2.39.5 (Apple Git-154)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
4ba0944b203e18524016de2e21ffa0fa6325414af5f6cff6d02450c15e0d7111cec91f7f125ae78d3b3a6f76c6b2c7155738d1830b3250e98c68b5304328f345 asio-asio-1-28-1.tar.gz
|
||||
53485e18a89140039db3b5c34d0feb6065db48eb805eb4b0eae85c0b20b59a2a299841a5e128e670faff17a9fa5df7bbdaafa31aa2e46d62d32db7f720b21c86 asio-asio-1-34-2.tar.gz
|
||||
|
@ -17,8 +17,8 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
ASIO_VERSION := asio-1-28-1
|
||||
PKG_CPE += cpe:2.3:a:*:asio:1.28.1:*:*:*:*:*:*:*
|
||||
ASIO_VERSION := asio-1-34-2
|
||||
PKG_CPE += cpe:2.3:a:*:asio:1.34.2:*:*:*:*:*:*:*
|
||||
ASIO_URL := https://github.com/chriskohlhoff/asio/archive/$(ASIO_VERSION).tar.gz
|
||||
|
||||
# Pure dependency of restinio: do not add to PKGS.
|
||||
|
Reference in New Issue
Block a user