summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch')
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch
deleted file mode 100644
index 35a1209c509e..000000000000
--- a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=7982
-
-panel-plugin/main.c is using function round, so explicitely link against -lm. see below.
-
-/path/to/ld: xfce4_diskperf_plugin-main.o: undefined reference to symbol 'round@@GLIBC_2.2.5'
-/path/to/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
-/lib64/libm.so.6: could not read symbols: Invalid operation
-collect2: ld returned 1 exit status
-
---- panel-plugin/Makefile.am
-+++ panel-plugin/Makefile.am
-@@ -25,7 +25,8 @@
-
- xfce4_diskperf_plugin_LDADD= \
- $(LIBXFCE4PANEL_LIBS) \
-- $(LIBXFCEGUI4_LIBS)
-+ $(LIBXFCEGUI4_LIBS) \
-+ -lm
-
- #
- # Desktop file