diff options
-rw-r--r-- | meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 8cf927153f..05644b7db9 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -55,6 +55,8 @@ SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489 | |||
55 | 55 | ||
56 | S = "${WORKDIR}/tcp_wrappers_${PV}" | 56 | S = "${WORKDIR}/tcp_wrappers_${PV}" |
57 | 57 | ||
58 | CFLAGS += "-std=gnu17" | ||
59 | |||
58 | EXTRA_OEMAKE = "'CC=${CC}' \ | 60 | EXTRA_OEMAKE = "'CC=${CC}' \ |
59 | 'AR=${AR}' \ | 61 | 'AR=${AR}' \ |
60 | 'RANLIB=${RANLIB}' \ | 62 | 'RANLIB=${RANLIB}' \ |