Ticket #22083: patch-Makefile.config.diff
File patch-Makefile.config.diff, 839 bytes (added by basile.clout@…, 15 years ago) |
---|
-
Makefile.config
old new 19 19 EXEEXT = 20 20 21 21 DESTDIR = 22 prefix = $(DESTDIR)/ usr/local22 prefix = $(DESTDIR)/opt/local 23 23 bindir = $(prefix)/bin 24 24 docdir = $(prefix)/share/doc 25 25 pkgdocdir = $(prefix)/share/doc/htp … … 28 28 # tool command-line options ... notice that these are geared towards GNU 29 29 # 30 30 ifdef RELEASE 31 CCOPT = -c -Wall -O2 31 CCOPT = -c -Wall -O2 -D__DARWIN__ 32 32 else 33 CCOPT = -c -Wall -O2 -g -DDEBUG=1 33 CCOPT = -c -Wall -O2 -g -DDEBUG=1 -D__DARWIN__ 34 34 endif 35 35 # Adapt the following defines to the features of your OS. 36 DEFINES = -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 36 DEFINES = -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -DHAVE_VA_COPY 37 37 38 38 LOPT = 39 39 # -lefence