]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- use built-in bfd, as does not build with shared one from new binutils auto/ac/gcl-2_6_5-5
authorankry <ankry@pld-linux.org>
Sun, 10 Oct 2004 13:18:04 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (to be fixed)
- rel. 5

Changed files:
    gcl.spec -> 1.40

gcl.spec

index 018e129f611fd1ab84ac87ccd816f86ec16d4f28..4836b8c3162f189ea6288f03719a9933c3993e81 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -1,8 +1,13 @@
+#
+# Conditional build:
+%bcond_without builtin_bfd     # use built in bfd instead of system one
+#              (currently does not build with system one from new binutils)
+#
 Summary:       GNU Common Lisp system
 Summary(pl):   System GNU Common Lisp
 Name:          gcl
 Version:       2.6.5
-Release:       4
+Release:       5
 License:       LGPL v2
 Group:         Development/Languages
 Source0:       ftp://ftp.gnu.org/gnu/gcl/%{name}-%{version}.tar.gz
@@ -55,8 +60,12 @@ GCC="%{__cc}"; export GCC
 EMACS=/usr/bin/xemacs; export EMACS
 %configure \
        --disable-statsysbfd \
+%if %{with builtin_bfd}
+       --enable-locbfd \
+%else
 %ifnarch alpha hppa ia64 mips
        --enable-dynsysbfd \
+%endif
 %endif
        --enable-dynsysgmp \
        --enable-notify=no
This page took 0.06325 seconds and 4 git commands to generate.