rpms/inkscape/devel inkscape-0.42-GC-check.patch, 1.1, 1.2 inkscape.spec, 1.20, 1.21

Rex Dieter rdieter at math.unl.edu
Fri Aug 19 13:21:32 UTC 2005


Michael Schwendt (mschwendt) wrote:

> Index: inkscape-0.42-GC-check.patch
> ===================================================================
> RCS file: /cvs/extras/rpms/inkscape/devel/inkscape-0.42-GC-check.patch,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- inkscape-0.42-GC-check.patch	18 Aug 2005 21:39:18 -0000	1.1
> +++ inkscape-0.42-GC-check.patch	18 Aug 2005 21:56:51 -0000	1.2
> @@ -1,12 +1,12 @@
>  diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure
>  --- inkscape-0.42-orig/configure	2005-07-25 07:25:35.000000000 +0200
> -+++ inkscape-0.42/configure	2005-08-18 23:31:12.000000000 +0200
> ++++ inkscape-0.42/configure	2005-08-18 23:55:52.000000000 +0200
>  @@ -22931,7 +22931,7 @@
>   		    # desired function name.  They're all in libgc.
>   		    # The "break" will exit from the top level
>                       # AC_CHECK_HEADERS.
>  -		    gc_libs=""
> -+		    gc_libs="-lpthread $lt_cv_dlopen_libs"
> ++		    gc_libs="-lpthread -ldl"

FYI, Extras gc is patched (gc*opendl.patch) to not need -lpthread -ldl 
(it's linked in the shared lib so there are no undefinted symbols, and 
help prelink), so you could probably leave those out altogether, if 
you're already testing things.

-- Rex




More information about the fedora-extras-list mailing list