diff options
Diffstat (limited to 'user/yubikey-personalization/we-are-linux.patch')
-rw-r--r-- | user/yubikey-personalization/we-are-linux.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/user/yubikey-personalization/we-are-linux.patch b/user/yubikey-personalization/we-are-linux.patch new file mode 100644 index 000000000..0151c3b89 --- /dev/null +++ b/user/yubikey-personalization/we-are-linux.patch @@ -0,0 +1,21 @@ +diff -Nurd yubikey-personalization-1.19.0/tests/test_args_to_config.c yubikey-personalization-1.19.0.new/tests/test_args_to_config.c +--- yubikey-personalization-1.19.0/tests/test_args_to_config.c 2018-04-24 03:28:46.000000000 -0500 ++++ yubikey-personalization-1.19.0.new/tests/test_args_to_config.c 2018-08-01 09:24:48.170884044 -0500 +@@ -132,7 +132,7 @@ + ykp_errno = 0; + + /* getopt reinit (BSD systems use optreset and a different optind value) */ +-#if defined(__GLIBC__) || defined(_WIN32) ++#if !defined(__BSD__) || defined(_WIN32) + optind = 0; + #else + optind = optreset = 1; +@@ -329,7 +329,7 @@ + ykp_errno = 0; + + /* getopt reinit (BSD systems use optreset and a different optind value) */ +-#if defined(__GLIBC__) || defined(_WIN32) ++#if !defined(__BSD__) || defined(_WIN32) + optind = 0; + #else + optind = optreset = 1; |