]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-am_ac.patch
- added %ifarch for PPC port of PLD :)
[packages/rpm.git] / rpm-am_ac.patch
1 diff -urN rpm-4.0.2.org/acconfig.h rpm-4.0.2/acconfig.h
2 --- rpm-4.0.2.org/acconfig.h    Fri Oct 12 18:23:02 2001
3 +++ rpm-4.0.2/acconfig.h        Fri Oct 12 18:50:55 2001
4 @@ -29,6 +29,9 @@
5  /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
6  #undef HAVE_CATGETS
7  
8 +/* */
9 +#undef HAVE_GETMNTENT
10 +
11  /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
12  #undef HAVE_GETTEXT
13  
14 diff -urN rpm-4.0.2.org/configure.in rpm-4.0.2/configure.in
15 --- rpm-4.0.2.org/configure.in  Fri Oct 12 18:23:08 2001
16 +++ rpm-4.0.2/configure.in      Fri Oct 12 18:25:18 2001
17 @@ -20,7 +20,6 @@
18  LIBOBJS=
19  
20  dnl Checks for programs.
21 -AC_ARG_PROGRAM
22  AC_PROG_CC
23  if test "$ac_cv_prog_gcc" = yes; then
24      CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
This page took 0.025274 seconds and 3 git commands to generate.