diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-05-01 14:04:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-05-01 14:04:15 +0000 |
commit | 9be00fc25630337689d664242af84d1d92835119 (patch) | |
tree | c4d631828b2f040f728a3f96316c48ea9d7c7f5b /package/libs/cyassl/patches/100-respect_cflags.patch | |
parent | e2cd04bfb39f333aeaafaa87668fd364c3e42946 (diff) | |
download | upstream-9be00fc25630337689d664242af84d1d92835119.tar.gz upstream-9be00fc25630337689d664242af84d1d92835119.tar.bz2 upstream-9be00fc25630337689d664242af84d1d92835119.zip |
cyassl: update to version 3.0.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40621
Diffstat (limited to 'package/libs/cyassl/patches/100-respect_cflags.patch')
-rw-r--r-- | package/libs/cyassl/patches/100-respect_cflags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/cyassl/patches/100-respect_cflags.patch b/package/libs/cyassl/patches/100-respect_cflags.patch index db6c3ab723..0e03230dcf 100644 --- a/package/libs/cyassl/patches/100-respect_cflags.patch +++ b/package/libs/cyassl/patches/100-respect_cflags.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -42,7 +42,7 @@ AC_SUBST([CYASSL_LIBRARY_VERSION]) +@@ -47,7 +47,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 |