diff --git a/srcpkgs/ccextractor/template b/srcpkgs/ccextractor/template index 276c604e409..41c1bb7d75c 100644 --- a/srcpkgs/ccextractor/template +++ b/srcpkgs/ccextractor/template @@ -18,7 +18,7 @@ esac do_build() { cd ${wrksrc}/linux - make ${makejobs} CC=$CC LDFLAGS="$LDFLAGS" + make ${makejobs} CC=$CC LDFLAGS="$LDFLAGS -lm" } post_extract() {