summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1acf80efd6ee..9bc009cd04f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slurm-llnl-git
pkgdesc = Simple Linux Utility for Resource Management (development version)
- pkgver = 17.11.1.2.r205.g489b01de6a
+ pkgver = 17.11.3.2.r303.gd5f98518f1
pkgrel = 1
url = https://www.schedmd.com
install = slurm-llnl-git.install
@@ -27,7 +27,7 @@ pkgbase = slurm-llnl-git
optdepends = numactl: NUMA support in the task/affinity plugin
optdepends = ncurses: adds the smap command
optdepends = gtk2: enables the sview command, a simple graphical frontend
- provides = slurm-llnl=17.11.1.2.r205.g489b01de6a
+ provides = slurm-llnl=17.11.3.2.r303.gd5f98518f1
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
source = slurm-tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index c04bdc459b84..91da27580fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-git
-pkgver=17.11.1.2.r205.g489b01de6a
+pkgver=17.11.3.2.r303.gd5f98518f1
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64' 'armv7h')
@@ -63,6 +63,7 @@ build() {
# Slurm requires a relaxed build environment, see https://bugs.schedmd.com/show_bug.cgi?id=2443
export CFLAGS="${CFLAGS//-z,now/-z,lazy}"
+ export CFLAGS="${CFLAGS//-fno-plt/}"
export LDFLAGS="${LDFLAGS//-z,now/-z,lazy}"
./autogen.sh