From 72f00c8de440ac3bf3c373c107e7555182f9fafb Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 20 Dec 2013 20:25:44 +0000 Subject: change fixup method and fix CFLAGS handling Signed-off-by: Imre Kaloz SVN-Revision: 39151 --- package/libs/cyassl/patches/100-respect_cflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libs/cyassl/patches/100-respect_cflags.patch (limited to 'package/libs/cyassl/patches/100-respect_cflags.patch') diff --git a/package/libs/cyassl/patches/100-respect_cflags.patch b/package/libs/cyassl/patches/100-respect_cflags.patch new file mode 100644 index 0000000000..db6c3ab723 --- /dev/null +++ b/package/libs/cyassl/patches/100-respect_cflags.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -42,7 +42,7 @@ AC_SUBST([CYASSL_LIBRARY_VERSION]) + + # capture user C_EXTRA_FLAGS from ./configure line, CFLAGS may hold -g -O2 even + # if user doesn't override, no way to tell +-USER_C_EXTRA_FLAGS="$C_EXTRA_FLAGS" ++USER_C_EXTRA_FLAGS="$CFLAGS" + + LT_PREREQ([2.2]) + LT_INIT([disable-static],[win32-dll]) -- cgit v1.2.3