mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
strace: fix compile error
after moving strace to core package and recompile strace, it errors out with: macros.h:141:9: error: static assertion failed: "Unexpected size of sysoff.rsv (sizeof(unsigned int) * 3 expected). --enabled-bundled=yes configure option may be used to work around that." fix the error as the error log message suggested Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure \
|
||||
--prefix=/usr \
|
||||
--enable-bundled=yes \
|
||||
--enable-mpers=check
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
Reference in New Issue
Block a user