Package: grok
Version: 1.20110708.1-1
Severity: normal
User: bdefre...@debian.org
Usertags: hurd

Hi,

Currently grok fails to build on Debian GNU/Hurd.  However with a very minor 
patch it is
buildable.  The patch is attached.

Thank you,

Barry deFreese
Index: grok-1.20110708.1/Makefile
===================================================================
--- grok-1.20110708.1.orig/Makefile     2011-07-02 02:04:53.000000000 +0000
+++ grok-1.20110708.1/Makefile  2012-05-29 17:27:07.000000000 +0000
@@ -31,6 +31,11 @@
 LDFLAGS+=-ldl
 endif
 
+# For GNU/Hurd, we need libdl for dlopen()
+ifeq ($(PLATFORM), GNU)
+LDFLAGS+=-ldl
+endif
+
 # #############################################
 # You probably don't need to make changes below
 

Reply via email to