summaryrefslogtreecommitdiff
path: root/gnuplot-config.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-08-06 12:21:54 +0000
committerCoprDistGit <infra@openeuler.org>2025-08-06 12:21:54 +0000
commit7ce9374948d79011224a28523a428ad4e6874c91 (patch)
tree5a017e3558108b1a78b3803fc6afa333978bd7d7 /gnuplot-config.patch
parent495c6a9d7a708b98fe40a23f4c39d1abe6904c99 (diff)
automatic import of gnuplotopeneuler25.03
Diffstat (limited to 'gnuplot-config.patch')
-rw-r--r--gnuplot-config.patch13
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. */