]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: disable multi-arch build for now fix/macos-arm 539/head
authorVincent Bernat <vincent@bernat.ch>
Wed, 17 Aug 2022 14:50:25 +0000 (16:50 +0200)
committerVincent Bernat <vincent@bernat.ch>
Wed, 17 Aug 2022 14:50:52 +0000 (16:50 +0200)
We keep this as this would become handy in the future and people can
still try to use it.

NEWS
tests/ci/run.sh

diff --git a/NEWS b/NEWS
index fdc828c296dd298389e06788f0611418000bad09..ee9c8851bb6d8b4d91f20268d47ce1ecf6ade579 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,3 @@
-lldpd (1.0.16)
- * Changes
-   + Ship universal binaries for MacOS (x86_64 and arm64)
-
 lldpd (1.0.15)
  * Changes
    + Add configure command to override system capabilities. Contributed by
index 67ebdd6fd5582243f60100ece04b38b2e0cfe9ff..cf86873137260a396038b7f43725e9507a279924 100755 (executable)
@@ -41,7 +41,7 @@ fi
 case "$(uname -s)" in
     Darwin)
         # Create a package
-        make -C osx pkg ARCHS="x86_64 arm64"
+        make -C osx pkg ARCHS="x86_64 arm64"
         otool -l osx/lldpd*/usr/local/sbin/lldpd
         ;;
     Linux)