]> git.pld-linux.org Git - packages/rpm.git/blame - vendor-pld.patch
- rel 46; missing import
[packages/rpm.git] / vendor-pld.patch
CommitLineData
9fb47c3e
AF
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
08697680
JR
13@@ -2485,7 +2485,7 @@
14 rpmdb/DB_CONFIG
15 macros/macros macros/macros.rpmbuild
16 macros/cmake macros/gstreamer macros/java macros/kernel macros/libtool
17- macros/mandriva macros/suse macros/fedora macros/mono macros/perl macros/pkgconfig macros/php
18+ macros/pld macros/mandriva macros/suse macros/fedora macros/mono macros/perl macros/pkgconfig macros/php
19 macros/python macros/ruby macros/selinux macros/tcl
20 doc/Makefile
21 doc/manual/Makefile doc/fr/Makefile doc/ja/Makefile doc/ko/Makefile
22--- rpm-5.4.10/Makefile.am~ 2012-03-17 01:24:19.000000000 +0100
23+++ rpm-5.4.10/Makefile.am 2012-09-03 00:08:35.599623394 +0200
24@@ -117,7 +117,7 @@
25 pkgcfgdir = $(pkgdatadir)/macros.d
26 pkgcfg_DATA = \
27 macros/cmake macros/gstreamer macros/java macros/kernel macros/libtool \
28- macros/mandriva macros/mono macros/perl macros/pkgconfig macros/php \
29+ macros/pld macros/mono macros/perl macros/pkgconfig macros/php \
30 macros/python macros/ruby macros/selinux macros/tcl
31
32 noinst_HEADERS = build.h debug.h system.h
This page took 0.077032 seconds and 4 git commands to generate.