]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/yaml
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next-suricata
[ipfire-2.x.git] / lfs / yaml
similarity index 93%
rename from lfs/daq
rename to lfs/yaml
index 4e9e1c93544f17cf2865c5f1b44b2454214ad158..81cdd4fd18175b8ba0828de177c50ebadbf81364 100644 (file)
--- a/lfs/daq
+++ b/lfs/yaml
@@ -24,9 +24,9 @@
 
 include Config
 
-VER        = 2.0.6
+VER        = 0.2.1
 
-THISAPP    = daq-$(VER)
+THISAPP    = yaml-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2cd6da422a72c129c685fc4bb848c24c
+$(DL_FILE)_MD5 = 72724b9736923c517e5a8fc6757ef03d
 
 install : $(TARGET)
 
@@ -70,8 +70,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr \
+               --disable-static
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)