mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/ngspice: Add shared library.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a3485ae698
commit
272d6117d5
1 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PRGNAM=ngspice
|
||||
VERSION=${VERSION:-30}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -67,15 +67,11 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--infodir=/usr/info \
|
||||
--disable-debug \
|
||||
--with-readline=yes \
|
||||
--enable-xgraph \
|
||||
--enable-xspice \
|
||||
--enable-cider \
|
||||
--enable-dot-global \
|
||||
--enable-intnoise \
|
||||
--enable-numparam \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-x \
|
||||
--with-ngshared \
|
||||
--enable-ndev \
|
||||
--build=$ARCH-slackware-linux
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue