Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nitrokey committed Jun 16, 2020
1 parent 1ef8d14 commit d797630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ heads_cc := $(CROSS)gcc \
-fdebug-prefix-map=$(pwd)=heads \
-gno-record-gcc-switches \
-D__MUSL__ \
-I$(INSTALL)/include \
-L$(INSTALL)/lib \

CROSS_TOOLS_NOCC := \
AR="$(CROSS)ar" \
Expand Down
9 changes: 4 additions & 5 deletions modules/cryptsetup
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ cryptsetup_configure := ./configure \
# but after building, replace prefix so that they will be installed
# in the correct directory.
cryptsetup_target := \
$(MAKE_JOBS) \
&& $(MAKE) \
-C $(build)/$(cryptsetup_dir) \
prefix="$(INSTALL)" \
install
$(MAKE) \
-C $(build)/$(cryptsetup_dir) \
prefix="$(INSTALL)" \
install

cryptsetup_output := \
src/.libs/cryptsetup \
Expand Down

0 comments on commit d797630

Please sign in to comment.