https://issues.apache.org/bugzilla/show_bug.cgi?id=44638
Summary: sed error in httpd.spec.in
Product: Apache httpd-2
Version: 2.0.63
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
on line 95, the sed statement:
CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags openssl | sed 's/ *$//'`"
needs to be
CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags openssl | sed 's/ *$//;s/ / /g'`"
Owing to differences in pkgtool output. I had reported this some years ago on
build 2.0.2x something, but I didn't see it in the history.
To reproduce on Mandriva:
put the src tarball in /usr/src/RPM/SOURCE and the spec file in
/usr/src/RPM/SPEC.
run rpmbuild -ba SPEC/httpd.spec
It will fail to build when configure tried to compare the old and new versions
of the cached environment args.
sh
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]