]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
gc: Update to version 7.4.2
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Mar 2015 23:34:22 +0000 (19:34 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Apr 2015 22:21:44 +0000 (00:21 +0200)
gc/gc.nm

index 20222b11c2db2a4a78ac83427758fd67a9297441..6dbed1ae476ea58a1a4273fb19a85c248409e0bf 100644 (file)
--- a/gc/gc.nm
+++ b/gc/gc.nm
@@ -4,12 +4,11 @@
 ###############################################################################
 
 name       = gc
-version    = %{major_ver}d
-major_ver  = 7.2
-release    = 2
+version    = 7.4.2
+release    = 1
 
 groups     = System/Libraries
-url        = http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+url        = http://www.hboehm.info/gc/
 license    = BSD
 summary    = A garbage collector for C and C++.
 
@@ -18,17 +17,16 @@ description
        used as a garbage collecting replacement for C malloc or C++ new.
 end
 
-source_dl  = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
+source_dl  = http://www.hboehm.info/gc/gc_source/
 
 build
        requires
                autoconf
                automake
+               libatomic_ops-devel
                libtool
        end
 
-       DIR_APP = %{DIR_SRC}/%{name}-%{major_ver}
-
        # bugzilla.redhat.com/689877
        export CPPFLAGS = -DUSE_GET_STACKBASE_FOR_MAIN
 
@@ -41,8 +39,7 @@ build
                --disable-static \
                --enable-cplusplus \
                --enable-large-config \
-               --enable-threads=posix \
-               --with-libatomic-ops=no
+               --enable-threads=posix
 
        if "%{DISTRO_PLATFORM}" == "x86"
                configure_options += --enable-parallel-mark
@@ -50,7 +47,7 @@ build
 
        test
                # Disabled because gctest hangs forever.
-               #make check
+               make check
        end
 
        install_cmds