]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: multiarch install package
authorVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2024 12:26:26 +0000 (14:26 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2024 12:30:08 +0000 (14:30 +0200)
NEWS
tests/ci/run.sh

diff --git a/NEWS b/NEWS
index 58e287b91ce36b95242306601dcbc9415cbb1ede..33076e4f61f8d4a0ff41b5e4c8363ca32b0f3508 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 lldpd (1.0.19)
  * Changes:
+   + Support of both Apple Silicon and Intel for macOS package.
    + Add cvlan/svlan/tpmr capabilities.
 
 lldpd (1.0.18)
index 7fe1443d1de506c7578f175b12addaee94a59523..e0f60003c9b327e22a11b44a4d70c0478a3d62ae 100755 (executable)
@@ -39,7 +39,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)