X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnasm;h=5968dce7299c27d112300a13608d303615649649;hb=27ee5072c513cfc4e177f0f7b011b6b306e25961;hp=6eb34f101bcaa1817be8683d0cedd8294cdb7d97;hpb=7dede5abef3fd1eaf84bb03aa7bf3c27fdadfc98;p=ipfire-2.x.git diff --git a/lfs/nasm b/lfs/nasm index 6eb34f101b..5968dce729 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -70,7 +70,9 @@ $(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) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)