[bigloo] Fix build failure due to lack of -fPIC.

Jerry James jjames at fedoraproject.org
Mon Feb 9 18:17:56 UTC 2015


commit 372078000ce1248c57a44ebdb576d1cde3942976
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Feb 9 11:17:18 2015 -0700

    Fix build failure due to lack of -fPIC.
    
    Use license macro.

 bigloo.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/bigloo.spec b/bigloo.spec
index c32a079..82562f1 100644
--- a/bigloo.spec
+++ b/bigloo.spec
@@ -19,7 +19,7 @@
 
 Name:           bigloo
 Version:        4.1a
-Release:        6%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist}
+Release:        7%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist}
 Summary:        A compiler for the Scheme programming language
 
 Group:          Development/Languages
@@ -195,6 +195,7 @@ sed -i -e "s/^jcflags=-O$/jcflags=-deprecation/" configure
         --bee=full \
         --customgc=no \
         --coflags="$CFLAGS" \
+        --cpicflags="-fPIC" \
         --sharedbde=yes \
         --sharedcompiler=yes \
         --native-default-backend \
@@ -309,8 +310,9 @@ make test
 %{_libdir}/lib*.so
 %{_infodir}/*
 %{_mandir}/man*/*
-%doc Makefile.config examples LICENSE COPYING
+%doc Makefile.config examples
 %doc README*
+%license LICENSE COPYING
 
 
 %files -n emacs-bigloo
@@ -341,6 +343,10 @@ make test
 
 
 %changelog
+* Mon Feb  9 2015 Jerry James <loganjerry at gmail.com> - 4.1a-7.2
+- Fix build failure due to lack of -fPIC
+- Use license macro
+
 * Tue Sep  2 2014 Jerry James <loganjerry at gmail.com> - 4.1a-6.2
 - Rebuild for libunistring soname bump
 


More information about the scm-commits mailing list