diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-29 17:12:03 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:20:34 +0100 |
commit | 66504834514cdf96f5a366864982f0d2a0267ea2 (patch) | |
tree | a131fd9331ebc3744d7201ba4a418ded101a7228 /RPM4/NEWS | |
parent | 70228b90bc5d369b13ff9f06559ab700a4b9eac3 (diff) | |
download | perl-RPM4-66504834514cdf96f5a366864982f0d2a0267ea2.tar perl-RPM4-66504834514cdf96f5a366864982f0d2a0267ea2.tar.gz perl-RPM4-66504834514cdf96f5a366864982f0d2a0267ea2.tar.bz2 perl-RPM4-66504834514cdf96f5a366864982f0d2a0267ea2.tar.xz perl-RPM4-66504834514cdf96f5a366864982f0d2a0267ea2.zip |
use ExtUtils::PkgConfig in order to find rpm
We need to include {cflags} even if empty on Linux as it contains
-I/usr/local/include on eg: FreeBSD
Diffstat (limited to 'RPM4/NEWS')
-rw-r--r-- | RPM4/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ - cpan testers: o list dependancies + o use PkgConfig in order to find rpm Version 0.37 - 27 October 2017 |