]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - vendor-pld.patch
- for .la symlinks generate libtool(symlink), not libtool(target) Provides
[packages/rpm.git] / vendor-pld.patch
... / ...
CommitLineData
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.02391 seconds and 4 git commands to generate.