Accepting request 314959 from home:vitezslav_cizek:branches:devel:libraries:c_c++

- fix a typo in curl-secure-getenv.patch (bsc#936676)

OBS-URL: https://build.opensuse.org/request/show/314959
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=136
This commit is contained in:
Ismail Dönmez 2015-07-03 09:34:44 +00:00 committed by Git OBS Bridge
parent 2cd7cc2321
commit ff61679396
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Index: lib/getenv.c
#include "memdebug.h"
+#ifndef HAVE_SECURE_GETENV
+# ifdef HAVE__SECURE_GETENV
+# ifdef HAVE___SECURE_GETENV
+# define secure_getenv __secure_getenv
+# else
+# error neither secure_getenv nor __secure_getenv is available

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 3 08:29:55 UTC 2015 - vcizek@suse.com
- fix a typo in curl-secure-getenv.patch (bsc#936676)
-------------------------------------------------------------------
Fri Jun 19 13:07:44 UTC 2015 - mpluskal@suse.com