mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ccextractor: add libm to LDFLAGS
This commit is contained in:
parent
daeeff7aa8
commit
ec68827814
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd ${wrksrc}/linux
|
cd ${wrksrc}/linux
|
||||||
make ${makejobs} CC=$CC LDFLAGS="$LDFLAGS"
|
make ${makejobs} CC=$CC LDFLAGS="$LDFLAGS -lm"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue