diff --git a/lfs/libaio b/lfs/libaio index 06c206b08..f71c58909 100644 --- a/lfs/libaio +++ b/lfs/libaio @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e "s@-nostdlib -nostartfiles@@g" -i src/Makefile cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make prefix=/usr install @rm -rf $(DIR_APP)