]> git.pld-linux.org Git - packages/rpm.git/blob - vendor-pld.patch
- fixed problem with automake.
[packages/rpm.git] / vendor-pld.patch
1 --- rpm-5.2.0/configure.ac.wig  2010-04-25 22:53:46.360198235 +0200
2 +++ rpm-5.2.0/configure.ac      2010-04-25 22:54:14.100214966 +0200
3 @@ -1872,6 +1872,9 @@ AC_ARG_WITH(
4             "fedora")
5                     AC_DEFINE([RPM_VENDOR_FEDORA], 1, Vendor is Fedora)
6                     ;;
7 +           "pld")
8 +                   AC_DEFINE([RPM_VENDOR_PLD], 1, Vendor is PLD)
9 +                   ;;
10             esac
11             AC_MSG_RESULT([$withval])
12      else
This page took 0.0258 seconds and 3 git commands to generate.