]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libaio
gnutls: Update to 3.6.7.1
[ipfire-2.x.git] / lfs / libaio
index 06c206b086af94015d5e54d3ef8a7583d0132cce..f71c58909b5a5e2cd5854396ab2ed247f7f95714 100644 (file)
@@ -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)