-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> libre fails to build here, seems to lack an include of stdint.h in
> re_types.h

Adding stdint.h indeed solves it nicely.

- --- a/include/re_types.h
+++ b/include/re_types.h
@@ -5,6 +5,7 @@
  */

 #include <sys/types.h>
+#include <stdint.h>

 #ifdef _MSC_VER
 #include <stdlib.h>


How to proceed with this? Local OpenWrt patch and keep libre vanilla?

~ Jow
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8XfVsACgkQdputYINPTPN1mQCcCyA8aEO8ZCCDAEnz0u1RYyO9
eUcAn26OcspC/jThOGguzwqovfHXWCjS
=0AII
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to