]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- allow setting vendor to PLD
authorArtur Frysiak <artur@frysiak.net>
Sun, 25 Apr 2010 21:32:29 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vendor-pld.patch -> 1.1

vendor-pld.patch [new file with mode: 0644]

diff --git a/vendor-pld.patch b/vendor-pld.patch
new file mode 100644 (file)
index 0000000..bdd5546
--- /dev/null
@@ -0,0 +1,12 @@
+--- rpm-5.2.0/configure.ac.wig 2010-04-25 22:53:46.360198235 +0200
++++ rpm-5.2.0/configure.ac     2010-04-25 22:54:14.100214966 +0200
+@@ -1872,6 +1872,9 @@ AC_ARG_WITH(
+           "fedora")
+                   AC_DEFINE([RPM_VENDOR_FEDORA], 1, Vendor is Fedora)
+                   ;;
++          "pld")
++                  AC_DEFINE([RPM_VENDOR_PLD], 1, Vendor is PLD)
++                  ;;
+           esac
+           AC_MSG_RESULT([$withval])
+     else
This page took 0.054379 seconds and 4 git commands to generate.