asterisk-16.x: 056-fix-check_expr2-build.patch - rebase
Fixes: 1ea2095081
(asterisk-16.x: fix
compile with PKG_ASLR_PIE)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
1ea2095081
commit
a92450d77b
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@ ASTERISK-28685 #close
|
|||
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
||||
Change-Id: If435b7db9f9ad8266245bda51c81c220f9658915
|
||||
Taken just Makefile changes from commit: 06e8d5ad8e4728a716bf357c8d7f70367ae10280
|
||||
---
|
||||
--- a/utils/Makefile
|
||||
+++ b/utils/Makefile
|
||||
@@ -187,7 +187,6 @@ check_expr2: $(ASTTOPDIR)/main/ast_expr2
|
||||
@@ -180,14 +180,13 @@ conf2ael: conf2ael.o ast_expr2f.o ast_ex
|
||||
|
||||
check_expr2: $(ASTTOPDIR)/main/ast_expr2f.c $(ASTTOPDIR)/main/ast_expr2.c $(ASTTOPDIR)/main/ast_expr2.h astmm.o
|
||||
$(ECHO_PREFIX) echo " [CC] ast_expr2f.c -> ast_expr2fz.o"
|
||||
|
|
Loading…
Reference in a new issue