From 340bcf8967db1a3c3bcf71ccfdcd06be96212d4c Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Thu, 29 Jul 2010 09:32:39 +0000 Subject: [PATCH] - add -ldl to INKSCAPE_LIBS to fix linking Changed files: inkscape-ldl.patch -> 1.1 --- inkscape-ldl.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 inkscape-ldl.patch diff --git a/inkscape-ldl.patch b/inkscape-ldl.patch new file mode 100644 index 0000000..b1a2484 --- /dev/null +++ b/inkscape-ldl.patch @@ -0,0 +1,15 @@ +diff -urN inkscape-0.47/configure.ac inkscape-0.47.new//configure.ac +--- inkscape-0.47/configure.ac 2009-11-16 21:45:59.000000000 +0100 ++++ inkscape-0.47.new//configure.ac 2010-07-29 11:08:54.786331341 +0200 +@@ -849,6 +849,11 @@ + dnl AM_CONDITIONAL(ENABLE_LIBINKSCAPE, test "x$splib" != "xno") + dnl + ++dnl ****************************** ++dnl add -ldl ++dnl ****************************** ++INKSCAPE_LIBS="$INKSCAPE_LIBS -ldl" ++ + AC_SUBST(INKSCAPE_CFLAGS) + AC_SUBST(INKSCAPE_LIBS) + -- 2.43.0