[postgresql-plparrot] fix build problem

Gerd Pokorra gerd at fedoraproject.org
Fri Sep 20 06:57:25 UTC 2013


commit ba6fd94ada9eff1a09c45e92386e6af2ca2fb0b9
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Fri Sep 20 08:21:15 2013 +0200

    fix build problem

 postgresql-plparrot.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/postgresql-plparrot.spec b/postgresql-plparrot.spec
index 1c21994..7593b92 100644
--- a/postgresql-plparrot.spec
+++ b/postgresql-plparrot.spec
@@ -1,6 +1,6 @@
 Name:		postgresql-plparrot
 Version:	0.05
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A PostgreSQL procedural language for the Parrot virtual machine
 
 Group:		Applications/Databases
@@ -28,6 +28,7 @@ to become a PostgreSQL Procedural Language (PL).
 
 %build
 # do not build parallel
+make headers
 make CFLAGS="$RPM_OPT_FLAGS"
 
 
@@ -48,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 20 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.05-7
+- fix build problem by adding 'make headers'
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list