diff mbox series

[2/3] socat: Remove -fcommon from compiler flags

Message ID 20260224214259.2236671-2-Randy.MacLeod@windriver.com
State New
Headers show
Series [1/3] nfs-utils: upgrade 2.8.4 -> 2.8.5 | expand

Commit Message

Randy MacLeod Feb. 24, 2026, 9:42 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

This is no longer needed with gcc or clang

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-connectivity/socat/socat_1.8.1.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/socat/socat_1.8.1.0.bb b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb
index 331133d6f9..b9a27c648e 100644
--- a/meta/recipes-connectivity/socat/socat_1.8.1.0.bb
+++ b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb
@@ -43,8 +43,6 @@  PACKAGECONFIG ??= "readline openssl"
 PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
 
-CFLAGS += "-fcommon"
-
 do_install:prepend () {
     mkdir -p ${D}${bindir}
     install -d ${D}${bindir} ${D}${mandir}/man1