diff options
Diffstat (limited to 'desktop/cairo-clock/patches/cairo-clock-fix-build-04_624922.patch')
-rw-r--r-- | desktop/cairo-clock/patches/cairo-clock-fix-build-04_624922.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/cairo-clock/patches/cairo-clock-fix-build-04_624922.patch b/desktop/cairo-clock/patches/cairo-clock-fix-build-04_624922.patch new file mode 100644 index 0000000000..1743b806fe --- /dev/null +++ b/desktop/cairo-clock/patches/cairo-clock-fix-build-04_624922.patch @@ -0,0 +1,11 @@ +--- ./src/Makefile.in.orig 2008-02-27 11:33:47.000000000 +0000 ++++ ./src/Makefile.in 2011-08-21 09:46:30.000000000 +0000 +@@ -226,7 +226,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-cairo_clock_LDFLAGS = -Wl, --export-dynamic ++cairo_clock_LDFLAGS = -rdynamic + cairo_clock_LDADD = \ + $(GLIB_LIBS) \ + $(GTK_LIBS) \ |