Skip to content

Commit

Permalink
Merge pull request #2228 from jeremyd2019/remake-build
Browse files Browse the repository at this point in the history
remake: add -fcommon to CFLAGS
  • Loading branch information
lazka authored Nov 2, 2020
2 parents 06a981f + c7f1092 commit 14f8150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion remake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conflicts=("remake-git")
replaces=("remake-git")
_remakever="dbg-1.5"
pkgver=4.3+dbg1.5
pkgrel=1
pkgrel=2
pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
arch=('i686' 'x86_64')
url="https://github.com/rocky/remake"
Expand All @@ -28,6 +28,7 @@ prepare() {

build() {
cd ${srcdir}/${pkgname}-4.3+${_remakever}
CFLAGS+=" -fcommon"
./configure \
--prefix=/usr \
--build=${CHOST} \
Expand Down

0 comments on commit 14f8150

Please sign in to comment.