Skip to content

Commit

Permalink
modules/io386: fixate to latest commit id and optimize for space
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed Jun 12, 2023
1 parent d5b0360 commit b205089
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/io386
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ modules-$(CONFIG_IO386) += io386

io386_depends := $(musl_dep)

io386_version := git
io386_repo := https://github.com/hardenedlinux/io386
io386_version := fc73fcf8e51a70638679c3e9b0ada10527f8a7c1
io386_dir := io386-$(io386_version)
io386_tar := io386-$(io386_version).tar.gz
io386_url := https://github.com/hardenedlinux/io386/archive/$(io386_version).tar.gz
io386_hash := 874898af57d86dc057cea39b4a7e0621fc64aa4fb777dfb1eeb11e9134bc9a06

io386_target := \
$(MAKE_JOBS) \
$(CROSS_TOOLS) \
CFLAGS="-Os" \
SHARED=yes \
PREFIX="/" \
&& \
Expand Down

0 comments on commit b205089

Please sign in to comment.