Browse Source

Updated libjuice

Paul-Louis Ageneau 4 years ago
parent
commit
46dd2fb515
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/build-gnutls.yml
  2. 1 1
      .github/workflows/build-openssl.yml
  3. 1 1
      deps/libjuice

+ 1 - 1
.github/workflows/build-gnutls.yml

@@ -30,7 +30,7 @@ jobs:
     - name: submodules
     - name: submodules
       run: git submodule update --init --recursive
       run: git submodule update --init --recursive
     - name: cmake
     - name: cmake
-      run: cmake -B build -DUSE_GNUTLS=1 -DWARNINGS_AS_ERRORS=1
+      run: cmake -B build -DUSE_GNUTLS=1 -DWARNINGS_AS_ERRORS=1 -DENABLE_LOCAL_ADDRESS_TRANSLATION=1
     - name: make
     - name: make
       run: (cd build; make -j2)
       run: (cd build; make -j2)
     - name: test
     - name: test

+ 1 - 1
.github/workflows/build-openssl.yml

@@ -30,7 +30,7 @@ jobs:
     - name: submodules
     - name: submodules
       run: git submodule update --init --recursive
       run: git submodule update --init --recursive
     - name: cmake
     - name: cmake
-      run: cmake -B build -DUSE_GNUTLS=0 -WARNINGS_AS_ERRORS=1
+      run: cmake -B build -DUSE_GNUTLS=0 -WARNINGS_AS_ERRORS=1 -DENABLE_LOCAL_ADDRESS_TRANSLATION=1
       env:
       env:
         OPENSSL_ROOT_DIR: /usr/local/opt/openssl
         OPENSSL_ROOT_DIR: /usr/local/opt/openssl
         OPENSSL_LIBRARIES: /usr/local/opt/openssl/lib
         OPENSSL_LIBRARIES: /usr/local/opt/openssl/lib

+ 1 - 1
deps/libjuice

@@ -1 +1 @@
-Subproject commit 13f1cbe7ef346cce7f847229f2e1827f4b21061b
+Subproject commit a57574865505ccbfe5c31250d85d2bd1b75fc5de