mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Ports: Clean up some package.sh scripts
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
This commit is contained in:
parent
a4fbdb97c7
commit
7cc7f7ac54
5 changed files with 7 additions and 14 deletions
|
@ -6,10 +6,6 @@ configopts="--with-oniguruma=builtin --disable-maintainer-mode"
|
|||
files="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz jq-1.6.tar.gz"
|
||||
makeopts="LDFLAGS=-all-static"
|
||||
|
||||
build() {
|
||||
run make $makeopts
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
pushd $workdir/modules/oniguruma
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue