Control: tag -1 patch

Hi,

I create a patch which Fix this bug.
Could you check and apply?

Best regards,
  Nobuhiro

> Source: wolfssl
> Severity: important
>
> Dear Maintainer,
>
> When compiling the examples:
>
> gcc -o client-tls-perf client-tls-perf.c -Wall -I/usr/local/include -Os 
> -L/usr/local/lib -lm -lwolfssl
> client-tls-perf.c:28:10: fatal error: wolfssl/options.h: No such file or 
> directory
>  #include <wolfssl/options.h>
>
> This options.h file shares the config wolfssl was built with, and must be 
> shipped.
>
> -- System Information:
> Debian Release: 9.4
>   APT prefers unstable-debug
>   APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
> Architecture: arm64 (aarch64)
>
> Kernel: Linux 4.15.11-mainline-rev1 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: 
> LC_ALL set to en_US.UTF-8),
> LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru wolfssl-3.15.3+dfsg/debian/libwolfssl-dev.install wolfssl-3.15.3+dfsg/debian/libwolfssl-dev.install
--- wolfssl-3.15.3+dfsg/debian/libwolfssl-dev.install   2017-02-28 05:53:46.000000000 +0900
+++ wolfssl-3.15.3+dfsg/debian/libwolfssl-dev.install   2018-08-04 08:55:18.000000000 +0900
@@ -2,3 +2,5 @@
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
+wolfssl/options.h usr/include/wolfssl
+cyassl/options.h usr/include/cyassl

Reply via email to