Skip to content

Commit

Permalink
Add -fcommon workaround for GCC 10
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@386612 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
foutrelis committed May 19, 2020
1 parent ddc5bd4 commit d50ed4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chemtool/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgve

build() {
cd ${pkgname}-${pkgver}
CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
./configure --prefix=/usr --mandir=/usr/share/man
make
}
Expand Down

0 comments on commit d50ed4d

Please sign in to comment.