rebase: Rebuild.
This commit is contained in:
parent
b645f087b7
commit
b3a4f9424c
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=rebase
|
||||
pkgver=4.4.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="The Cygwin rebase distribution contains four utilities, rebase, rebaseall, peflags, and peflagsall."
|
||||
groups=('base')
|
||||
arch=('i686' 'x86_64')
|
||||
@ -45,15 +45,10 @@ prepare() {
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
local _dbgflags=
|
||||
if check_option "debug" "y"; then
|
||||
_dbgflags="-g -O0"
|
||||
fi
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
CXXFLAGS="-static -static-libgcc -static-libstdc++ ${_dbgflags}" \
|
||||
CFLAGS="-static -static-libgcc ${_dbgflags}"
|
||||
CXXFLAGS="${CXXFLAGS} -static -static-libgcc -static-libstdc++" \
|
||||
CFLAGS="${CFLAGS} -static -static-libgcc"
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user