mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/bwa: fix build -fcommon
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4f853a6a1
commit
e4835605fb
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bwa
|
||||
|
||||
# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=bwa
|
||||
VERSION=${VERSION:-0.7.17}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -73,7 +73,7 @@ find -L . \
|
|||
sed -i "/^C.*.*FLAGS/s/=/+=/" Makefile
|
||||
|
||||
# Thanks to Willy for the -msse2 fix!
|
||||
CFLAGS="$SLKCFLAGS -msse2" \
|
||||
CFLAGS="$SLKCFLAGS -msse2 -fcommon" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in a new issue