summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 025567ede5a9..f146fa38104a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 5.0.1
-# Wed Aug 3 14:35:31 UTC 2016
pkgbase = ns
pkgdesc = Discrete event simulator targeted at networking research
pkgver = 2.35
- pkgrel = 7
+ pkgrel = 8
url = http://www.isi.edu/nsnam/ns/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3cd7307f9b2e..c9ce0074b8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ns
pkgver=2.35
-pkgrel=7
+pkgrel=8
pkgdesc="Discrete event simulator targeted at networking research"
url="http://www.isi.edu/nsnam/ns/"
license=('GPL')
@@ -35,7 +35,7 @@ prepare() {
build() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"
- ./configure --prefix=/usr --with-tclcl=/usr/lib/tclcl
+ ./configure --prefix=/usr --with-tclcl=/usr/lib/tclcl --enable-static
make
}