X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/6362f12ce73173b77cecddba14e33e6dfa203b7e..8acaed657eb4db47c448c8a582810bf301ff47ef:/settings.make diff --git a/settings.make b/settings.make index 95c0f19..2fa37e7 100644 --- a/settings.make +++ b/settings.make @@ -1,6 +1,6 @@ # common makefile settings for userv-utils -# Copyright (C) 1999-2000 Ian Jackson +# Copyright (C) 1999-2000,2003 Ian Jackson # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ docdir= $(sharedir)/doc libuserv= $(libdir)/userv shareuserv= $(sharedir)/userv +varlog= $(vardir)/log varlib= $(vardir)/lib varlibuserv= $(varlib)/userv @@ -37,7 +38,7 @@ etcuserv= $(etcdir)/userv services= $(etcuserv)/services.d CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ - -Wpointer-arith -D_GNU_SOURCE \ + -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \ $(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS) LDFLAGS= $(SUBDIR_LDFLAGS)