File prngd-0.9.29_build_config.patch of Package prngd
Index: Makefile =================================================================== --- Makefile.orig +++ Makefile @@ -8,7 +8,7 @@ # CFLAGS=-O -ansi -D_HPUX_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DHPUX10 # Linux 2 -# CFLAGS=-O -ansi -D_GNU_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DLINUX2 +CFLAGS=-O -ansi -D_GNU_SOURCE -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DLINUX2 $(OPTFLAGS) # For Tru64 Unix (version 5). Older versions (reported for 4.0F) may not have # snprintf in the C library but in libdb, so either remove the HAVE_SNPRINTF