diff options
Diffstat (limited to 'gnuplot-config.patch')
-rw-r--r-- | gnuplot-config.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnuplot-config.patch b/gnuplot-config.patch new file mode 100644 index 0000000..790ba46 --- /dev/null +++ b/gnuplot-config.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index f1046e4..e0c4f76 100755 +--- a/configure ++++ b/configure +@@ -2092,7 +2092,7 @@ else + #ifdef __cplusplus + extern "C" + #endif +-char $2 (); ++__attribute__ ((used)) char $2 (); + /* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ |