------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=961
Summary: missing blank in OS/Makefile-NetBSD*
Product: Exim
Version: 4.71
Platform: x86
OS/Version: NetBSD
Status: NEW
Severity: bug
Priority: low
Component: Packaging
AssignedTo: nigel@???
ReportedBy: heinz@???
CC: exim-dev@???
Hi,
building exim 4.71 I see
>>> Creating links to source files...
>>> New Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile
/bin/sh ../scripts/Configure-os.h
/bin/sh ../scripts/Configure-os.c
cc buildconfig.c
cc -O2 -s -I/usr/include -I/usr/pkg/include -I/usr/ -o buildconfig
buildconfig.c -lcrypt -lm
/bin/sh ../scripts/Configure-config.h "/usr/bin/make"
`buildconfig' is up to date.
CFLAGS?=-O2: not found
It looks like the sed script in scripts/Configure-config.h does not deal
well with the assignment "CFLAGS?=-O2" in OS/Makefile-NetBSD and
OS/Makefile-NetBSD-a.out. Other files in the OS directory also use "?="
assignments but separate it from the variable with a blank character.
Please apply
-CFLAGS?=-O2
+CFLAGS ?=-O2
to Makefile-NetBSD-a.out and Makefile-NetBSD.
ciao
Klaus
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email