Re: 7.1 RC1 RPM

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: 7.1 RC1 RPM
Дата
Msg-id 3AC1F260.A6549738@alumni.caltech.edu
обсуждение исходный текст
Ответ на 7.1 RC1 RPM  ("Mike Cannon-Brookes" <mcannon@internet.com>)
Список pgsql-hackers
> In any case, a unified or context diff against the 7.1beta4 spec would
> be useful.

OK, here is a context diff of the spec file (note only two lines
changed). This addresses the "-fno-fast-math" problem on Mandrake (at
least 7.2 and earlier), and the "disappearing Pg.bs file" problem on
same.

                      - Thomas*** postgresql.spec    Mon Jan 29 07:14:13 2001
--- postgresql.spec.mdk    Fri Mar 23 04:10:42 2001
***************
*** 220,226 ****
  #    cp /usr/share/libtool/config.* .
  #fi

! CFLAGS="$RPM_OPT_FLAGS"

  ./configure --enable-hba --enable-locale  --with-CXX --prefix=/usr\
  %if %perl
--- 220,226 ----
  #    cp /usr/share/libtool/config.* .
  #fi

! CFLAGS="$RPM_OPT_FLAGS -fno-fast-math"

  ./configure --enable-hba --enable-locale  --with-CXX --prefix=/usr\
  %if %perl
***************
*** 280,285 ****
--- 280,286 ----
      # Get rid of the packing list generated by the perl Makefile, and build my own...
      find $RPM_BUILD_ROOT/usr/lib/perl5 -name .packlist -exec rm -f {} \;
      find $RPM_BUILD_ROOT/usr/lib/perl5 -type f -print | \
+         grep -v Pg.bs | \
          sed -e "s|$RPM_BUILD_ROOT/|/|g"  | \
          sed -e "s|.*/man/.*|&\*|" > perlfiles.list
      find $RPM_BUILD_ROOT/usr/lib/perl5 -type d -name Pg -print | \

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pete Forman
Дата:
Сообщение: Re: RC1 core dumps in initdb on Solaris 2.6
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: 7.1 RC1 RPM