X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-connectivity%2Fqpid%2Ffiles%2Ffix-compile-through-disable-cflag-werror.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-connectivity%2Fqpid%2Ffiles%2Ffix-compile-through-disable-cflag-werror.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=a8aaf6185791e0fc971c054c694f787891632151;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-connectivity/qpid/files/fix-compile-through-disable-cflag-werror.patch b/meta-starlingx/meta-stx-cloud/recipes-connectivity/qpid/files/fix-compile-through-disable-cflag-werror.patch deleted file mode 100644 index a8aaf61..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-connectivity/qpid/files/fix-compile-through-disable-cflag-werror.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN qpidc-0.20.orig/configure.ac qpidc-0.20/configure.ac ---- qpidc-0.20.orig/configure.ac 2019-08-19 13:36:13.592214698 +0800 -+++ qpidc-0.20/configure.ac 2019-08-19 13:36:29.160214501 +0800 -@@ -75,7 +75,7 @@ - # Can't test for -Werror as whether it fails or not depends on what's in - # CFLAGS/CXXFLAGS. In any case it's been in gcc for a long time (since 2.95 at least) - if test "${enableval}" = yes; then -- COMPILER_FLAGS="-Werror" -+ COMPILER_FLAGS="" - gl_COMPILER_FLAGS(-pedantic) - gl_COMPILER_FLAGS(-Wall) - gl_COMPILER_FLAGS(-Wextra)