- missing build dependency (#111104).
CVS patchset: 7042 CVS date: 2003/12/28 15:46:35
This commit is contained in:
parent
b7a722971a
commit
ae5e64ce0d
1
CHANGES
1
CHANGES
|
@ -32,6 +32,7 @@
|
|||
- perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).
|
||||
- use perldeps {--provides|--requires}.
|
||||
- find-debuginfo.sh: permit stripping unwritable by non-root (#112429).
|
||||
- missing build dependency (#111104).
|
||||
|
||||
4.2 -> 4.2.1:
|
||||
- fix: nested %if handling, optind initialization posix vs. glibc.
|
||||
|
|
|
@ -33,6 +33,7 @@ Obsoletes: rpm-perl < %{version}
|
|||
|
||||
# XXX necessary only to drag in /usr/lib/libelf.a, otherwise internal elfutils.
|
||||
BuildRequires: elfutils-libelf
|
||||
BuildRequires: elfutils-devel
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
|
@ -143,10 +144,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{__prefix} $WITH_PYTHON \
|
|||
--without-javaglue
|
||||
%endif
|
||||
|
||||
# XXX hack out O_DIRECT support in db4 for now.
|
||||
perl -pi -e 's/#define HAVE_O_DIRECT 1/#undef HAVE_O_DIRECT/' db3/db_config.h
|
||||
|
||||
make
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
# XXX rpm needs functioning nptl for configure tests
|
||||
|
|
Loading…
Reference in New Issue