duperemove: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
40d1afc4fa
commit
0e04ea60bc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
|||
checksum=75c3c91baf7e5195acad62eab73a7afc3d0b88cbfccefac3e3412eba06a42ac8
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
|
||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Add table
Reference in a new issue