From d20b0f9b0d83ff28d3595e789c1e1da23d0c6bfb Mon Sep 17 00:00:00 2001 From: verhaegs Date: Thu, 25 Apr 2013 18:36:51 +0000 Subject: [PATCH] (bz2|png|z)_au.conf: Replace startup section that forces aroscbase initialization with use of forcebase git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47314 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/bz2/bz2_au.conf | 6 +----- workbench/libs/png/png_au.conf | 6 +----- workbench/libs/z/z_au.conf | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/workbench/libs/bz2/bz2_au.conf b/workbench/libs/bz2/bz2_au.conf index 0feb7204e2..f5cc7b8a43 100644 --- a/workbench/libs/bz2/bz2_au.conf +++ b/workbench/libs/bz2/bz2_au.conf @@ -7,6 +7,7 @@ date 16.05.2012 copyright Copyright (C) 1996-2010 Julian R Seward, 2012 The AROS Development Team options pertaskbase rellib arosc +forcebase aroscbase ##end config ##begin cdefprivate @@ -18,11 +19,6 @@ rellib arosc #include /* For FILE */ ##end cdef -##begin startup -#include -AROS_IMPORT_ASM_SYM(void *, dummyarosc, aroscbase); -##end startup - ##begin functionlist const char *BZ2_bzlibVersion() int BZ2_bzCompressInit(bz_stream *strm, int blockSize100k, int verbosity, int workFactor) diff --git a/workbench/libs/png/png_au.conf b/workbench/libs/png/png_au.conf index c9630b70d1..0dcf607ad3 100644 --- a/workbench/libs/png/png_au.conf +++ b/workbench/libs/png/png_au.conf @@ -8,6 +8,7 @@ copyright Copyright (C) 1995-2012 libpng maintainers, 2012 The AROS Development options pertaskbase rellib z_au rellib arosc +forcebase aroscbase ##end config ##begin cdefprivate @@ -18,11 +19,6 @@ rellib arosc #include ##end cdef -##begin startup -#include -AROS_IMPORT_ASM_SYM(void *, dummyarosc, aroscbase); -##end startup - ##begin functionlist png_uint_32 png_access_version_number(void) void png_set_sig_bytes(png_structp png_ptr, int num_bytes) diff --git a/workbench/libs/z/z_au.conf b/workbench/libs/z/z_au.conf index e67cbaaa8d..e48eaa5fc3 100644 --- a/workbench/libs/z/z_au.conf +++ b/workbench/libs/z/z_au.conf @@ -7,6 +7,7 @@ date 16.06.2012 copyright Copyright (C) 1995-2012 Mark Adler, Jean-loup Gailly, 2012 The AROS Development Team options pertaskbase rellib arosc +forcebase aroscbase ##end config ##begin cdefprivate @@ -20,11 +21,6 @@ typedef unsigned (*blast_in)(void *how, unsigned char **buf); typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len); ##end cdef -##begin startup -#include -AROS_IMPORT_ASM_SYM(void *, dummyarosc, aroscbase); -##end startup - ##begin functionlist const char *zlibVersion() int deflateInit_(z_streamp strm, int level, const char *version, int stream_size) -- 2.11.4.GIT