From 5aa88df1700263f3fdea5f039caff0c098d3d2ed Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 8 Oct 2015 13:41:17 +0000 Subject: community/telegram-cli: rename into tg --- community/tg/makefile-remove-werror.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/tg/makefile-remove-werror.patch (limited to 'community/tg/makefile-remove-werror.patch') diff --git a/community/tg/makefile-remove-werror.patch b/community/tg/makefile-remove-werror.patch new file mode 100644 index 0000000000..19359d567d --- /dev/null +++ b/community/tg/makefile-remove-werror.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -4,7 +4,7 @@ + LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@ + CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@ + DEFS=@DEFS@ +-COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC ++COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC + + EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@ + LOCAL_LDFLAGS=-rdynamic -ggdb -levent ${EXTRA_LIBS} -- cgit v1.2.3