mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
extra/cpufrequtils: disable 2.4 kernel support
saves 4k
This commit is contained in:
parent
037d588f15
commit
5cd9a66ef8
@ -23,8 +23,11 @@ build ()
|
||||
done
|
||||
|
||||
# distcc and ccache makes libtool confused about the tag.
|
||||
# we save 4k by disabling the 2.4 kernel support (PROC=false)
|
||||
make -j1 LIBTOOL_OPT="--tag=CC --silent" \
|
||||
NLS=false || return 1
|
||||
NLS=false \
|
||||
PROC=false \
|
||||
|| return 1
|
||||
make mandir=/usr/share/man \
|
||||
NLS=false \
|
||||
DESTDIR="$pkgdir" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user