mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
contrib: update asio
Change-Id: I2cc327e11c80eeae7ca07bd1e1ab33fc357d527f
This commit is contained in:
@ -1 +1 @@
|
||||
a6d1c5534fef0fe5ac549e1bd20919d180fbfe4c146be40ec6ebfa862534b8551778b0e79a5ba822ed645535e010646909f02f9e1d1f385ed758f07f57351ea8 asio-asio-1-19-2.tar.gz
|
||||
7658293f2be1f5ea659a424614b2f3092954df45802fbb0031b7983d11762f4f68d18eab076e14954df3a24ce89ff26bd4bebea88b9a3dc680387252efec8398 asio-asio-1-22-1.tar.gz
|
@ -11,7 +11,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index e9b20e60..f2fbcefe 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -1,23 +1,3 @@
|
||||
@@ -1,33 +1,3 @@
|
||||
-if !STANDALONE
|
||||
-EXAMPLES_CPP03 = examples/cpp03
|
||||
-endif
|
||||
@ -28,7 +28,17 @@ index e9b20e60..f2fbcefe 100644
|
||||
-EXAMPLES_CPP17 = examples/cpp17
|
||||
-endif
|
||||
-
|
||||
-SUBDIRS = $(EXAMPLES_CPP03) $(EXAMPLES_CPP11) $(EXAMPLES_CPP14) $(EXAMPLES_CPP17) tests
|
||||
-if HAVE_CXX20
|
||||
-EXAMPLES_CPP20 = examples/cpp20
|
||||
-endif
|
||||
-
|
||||
-SUBDIRS = \
|
||||
- $(EXAMPLES_CPP03) \
|
||||
- $(EXAMPLES_CPP11) \
|
||||
- $(EXAMPLES_CPP14) \
|
||||
- $(EXAMPLES_CPP17) \
|
||||
- $(EXAMPLES_CPP20) \
|
||||
- tests
|
||||
-
|
||||
-DIST_SUBDIRS = examples/cpp03 examples/cpp11 examples/cpp14 examples/cpp17 tests
|
||||
-
|
||||
|
@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
ASIO_VERSION := asio-1-19-2
|
||||
ASIO_VERSION := asio-1-22-1
|
||||
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