=================================================================== RCS file: /cvs/pod2mdoc/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- pod2mdoc/Makefile 2015/02/13 09:56:59 1.14 +++ pod2mdoc/Makefile 2015/02/13 11:02:48 1.15 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 2015/02/13 09:56:59 schwarze Exp $ +# $Id: Makefile,v 1.15 2015/02/13 11:02:48 schwarze Exp $ # # Copyright (c) 2014 Kristaps Dzonsons # Copyright (c) 2015 Ingo Schwarze @@ -26,7 +26,7 @@ CFLAGS += -Wno-unused-parameter -Wwrite-strings # Change to 0 on systems other than OpenBSD that do not provide # a native ohash library; compat_ohash.* will be used in that case. -CFLAGS += -DHAVE_OHASH=0 +CFLAGS += -DHAVE_OHASH=1 # May be needed on systems other than OpenBSD when using HAVE_OHASH=1 # if ohash.h is not in the default header search path and/or @@ -40,7 +40,7 @@ CFLAGS += -DHAVE_OHASH=0 # You may have to comment this out on other systems, # in particular when using HAVE_OHASH=0. -#LDADD += -lutil +LDADD += -lutil # === LIST OF FILES ====================================================