source: rtems-source-builder/bare/config/devel/pcre-8.40-1.cfg @ 9b7cdb7

5
Last change on this file since 9b7cdb7 was 9b7cdb7, checked in by Chris Johns <chrisj@…>, on 03/27/20 at 03:39:33

bare: Fix pkgconfig checks and getting source.

  • If the package was installed the check does not build the package. This also meant getting the source failed.

Closes #3919

  • Property mode set to 100644
File size: 418 bytes
Line 
1#
2# PCRE
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define pcre_version 8.40
12%hash sha512 pcre-%{pcre_version}.tar.bz2 tMJ+r73zO9ehOEZVsZNvS+O8Z0XAcjR+sm6YiJbFJmS9haxCRE2hvni24g9Ftsflkh9fIPWwdBtb09mETlvU4g==
13
14#
15# The PCRE build instructions. We use 8.x Release 1.
16#
17%if !%{pkgconfig check pcre} || %{defined _rsb_getting_source}
18 %include %{_configdir}/pcre-8-1.cfg
19%endif
Note: See TracBrowser for help on using the repository browser.