summarylogtreecommitdiffstats
path: root/pmemd
diff options
context:
space:
mode:
authorViktor Drobot2019-11-20 14:26:19 +0300
committerViktor Drobot2019-11-20 14:26:19 +0300
commit277f49132cbfe44b75e487813eb79bcd7686e223 (patch)
tree9c3995d121204a1f130e2e49acd96ee154567a0d /pmemd
parent201c570b879eaa13a56153b0118a841ce05d16a5 (diff)
downloadaur-277f49132cbfe44b75e487813eb79bcd7686e223.tar.gz
Update for GCC 8
Diffstat (limited to 'pmemd')
-rw-r--r--pmemd2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmemd b/pmemd
index 752fe936a652..67d7c548a6de 100644
--- a/pmemd
+++ b/pmemd
@@ -1,6 +1,6 @@
#!/usr/bin/bash
-export _gccver=7.4.1
+export _gccver=8.3.0
export LD_LIBRARY_PATH="/usr/lib/gcc/x86_64-pc-linux-gnu/${_gccver}:$LD_LIBRARY_PATH"
/usr/lib/pmemd/bin/pmemd "$@"