Package: nast Version: 0.2.0-5.2 Severity: normal User: [email protected] Usertags: hurd
Hi, Understand that GNU/Hurd is not officially supported. However with a very minor patch it is buildable. The patch is attached. Thank you, Barry deFreese
--- a/configure
+++ b/configure
@@ -2910,6 +2910,9 @@
*bsd*)
CFLAGS="-Wall -O2 -pthread"
;;
+*gnu*)
+ CFLAGS="-Wall -O2 -pthread"
+ ;;
esac

