From: Michael Tremer Date: Sat, 31 Dec 2022 08:06:09 +0000 (+0000) Subject: gc: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef600c45bd2592db25c521b6448ee8ff667aa7b;p=ipfire-3.x.git gc: Drop package This used to be required by guile only Signed-off-by: Michael Tremer --- diff --git a/gc/gc.nm b/gc/gc.nm deleted file mode 100644 index c7bbb008f..000000000 --- a/gc/gc.nm +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = gc -version = 7.4.2 -release = 1.1 - -groups = System/Libraries -url = http://www.hboehm.info/gc/ -license = BSD -summary = A garbage collector for C and C++. - -description - The Boehm-Demers-Weiser conservative garbage collector can be - used as a garbage collecting replacement for C malloc or C++ new. -end - -source_dl = http://www.hboehm.info/gc/gc_source/ - -build - requires - autoconf - automake - libatomic_ops-devel - libtool - end - - # bugzilla.redhat.com/689877 - export CPPFLAGS = -DUSE_GET_STACKBASE_FOR_MAIN - - prepare_cmds - rm -f libtool libtool.m4 - autoreconf -vfi - end - - configure_options += \ - --disable-static \ - --enable-cplusplus \ - --enable-large-config \ - --enable-threads=posix - - if "%{DISTRO_PLATFORM}" == "x86" - configure_options += --enable-parallel-mark - end - - test - # Disabled because gctest hangs for ever on armv5tel - #make check - end - - install_cmds - rm -rvf %{BUILDROOT}%{datadir}/gc - end -end - -packages - package %{name} - - package %{name}-devel - template DEVEL - end - - package %{name}-debuginfo - template DEBUGINFO - end -end