diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-09 02:07:26 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-09 02:07:26 +0000 |
commit | 360c73bed954ef902f5478bafc0b9b54e8ca2597 (patch) | |
tree | 24c2a0d25497addf469a37ff9f032629b96b1500 /user/yubikey-personalization/we-are-linux.patch | |
parent | 9a4c6cc2c368429fec28da93e70456c76622804f (diff) | |
parent | 1cfc5b36f6eba27bf8980d37beac7a612bcdb14b (diff) | |
download | packages-360c73bed954ef902f5478bafc0b9b54e8ca2597.tar.gz packages-360c73bed954ef902f5478bafc0b9b54e8ca2597.tar.bz2 packages-360c73bed954ef902f5478bafc0b9b54e8ca2597.tar.xz packages-360c73bed954ef902f5478bafc0b9b54e8ca2597.zip |
Merge branch 'bump.aerdan.20190306' into 'master'
Package bumps for 6 March 2019
See merge request !196
Diffstat (limited to 'user/yubikey-personalization/we-are-linux.patch')
-rw-r--r-- | user/yubikey-personalization/we-are-linux.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/user/yubikey-personalization/we-are-linux.patch b/user/yubikey-personalization/we-are-linux.patch deleted file mode 100644 index 0151c3b89..000000000 --- a/user/yubikey-personalization/we-are-linux.patch +++ /dev/null @@ -1,21 +0,0 @@ -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; |