mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-crypt/elfcrypt: fix not compiled with CFLAGS
This commit is contained in:
parent
895c4f75a3
commit
f0966cf331
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ SLOT="0"
|
|||
|
||||
src_prepare() {
|
||||
sed -e "s/gcc/$(tc-getCC)/" \
|
||||
-e "s/-o ELFcrypt/${CFLAGS} -o ELFcrypt/" \
|
||||
-e "s/-o ELFcrypt2/${CFLAGS} -o ELFcrypt2/" \
|
||||
-e "s/^\(all:.*\)example/\1/" \
|
||||
-i Makefile || die
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ SLOT="0"
|
|||
|
||||
src_prepare() {
|
||||
sed -e "s/gcc/$(tc-getCC)/" \
|
||||
-e "s/-o ELFcrypt/${CFLAGS} -o ELFcrypt/" \
|
||||
-e "s/-o ELFcrypt2/${CFLAGS} -o ELFcrypt2/" \
|
||||
-e "s/^\(all:.*\)example/\1/" \
|
||||
-i Makefile || die
|
||||
|
|
|
|||
Loading…
Reference in a new issue