summarylogtreecommitdiffstats
path: root/makepackages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makepackages.patch')
-rw-r--r--makepackages.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/makepackages.patch b/makepackages.patch
new file mode 100644
index 000000000000..94e6bd9f9164
--- /dev/null
+++ b/makepackages.patch
@@ -0,0 +1,4 @@
+59c59
+< GSL_LIBS = -lgsl -lblas
+---
+> GSL_LIBS = $(shell pkg-config gsl --libs)