From 4fb65a6bc4e7d0abb0d8dd0b7384b9ef2506d996 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Aug 18 2005 21:56:51 +0000 Subject: stubborn configure script... ;) --- diff --git a/inkscape-0.42-GC-check.patch b/inkscape-0.42-GC-check.patch index 6edcd0e..ef64a5e 100644 --- a/inkscape-0.42-GC-check.patch +++ b/inkscape-0.42-GC-check.patch @@ -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" echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5 echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6 if test "${ac_cv_lib_gc_GC_init+set}" = set; then @@ -15,7 +15,7 @@ diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure fi - gc_libs="-lpthread" -+ gc_libs="-lpthread $lt_cv_dlopen_libs" ++ gc_libs="-lpthread -ldl" echo "$as_me:$LINENO: checking for GC_malloc in -lgc" >&5 echo $ECHO_N "checking for GC_malloc in -lgc... $ECHO_C" >&6 if test "${ac_cv_lib_gc_GC_malloc+set}" = set; then @@ -24,7 +24,16 @@ diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure fi - gc_libs="$lt_cv_dlopen_libs" -+ gc_libs="-lpthread $lt_cv_dlopen_libs" ++ gc_libs="-lpthread -ldl" echo "$as_me:$LINENO: checking for GC_realloc in -lgc" >&5 echo $ECHO_N "checking for GC_realloc in -lgc... $ECHO_C" >&6 if test "${ac_cv_lib_gc_GC_realloc+set}" = set; then +@@ -23147,7 +23147,7 @@ + gc_ok=no + fi + +- gc_libs="-lpthread $lt_cv_dlopen_libs" ++ gc_libs="-lpthread -ldl" + echo "$as_me:$LINENO: checking for GC_free in -lgc" >&5 + echo $ECHO_N "checking for GC_free in -lgc... $ECHO_C" >&6 + if test "${ac_cv_lib_gc_GC_free+set}" = set; then diff --git a/inkscape.spec b/inkscape.spec index a023430..819aeed 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -60,7 +60,6 @@ C and C++, using the Gtk+ toolkit and optionally some Gnome libraries. --disable-dependency-tracking \ --with-xinerama \ --enable-static=no \ ---enable-dlopen \ --with-python \ --with-inkjar #temporarily disabled until I can look into it further