From 90e4ec2a88ac967600b8c692f7001314ca6d14c3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 17 Sep 2013 19:57:28 +0200 Subject: [PATCH] lzo: Update to 2.06. Eliminates the requirement of a executable stack. --- config/rootfiles/core/fifteen/filelists/lzo | 1 + lfs/lzo | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/fifteen/filelists/lzo diff --git a/config/rootfiles/core/fifteen/filelists/lzo b/config/rootfiles/core/fifteen/filelists/lzo new file mode 120000 index 0000000000..8e11e78d30 --- /dev/null +++ b/config/rootfiles/core/fifteen/filelists/lzo @@ -0,0 +1 @@ +../../../common/lzo \ No newline at end of file diff --git a/lfs/lzo b/lfs/lzo index e7f29e8c4c..69bc5cd40e 100644 --- a/lfs/lzo +++ b/lfs/lzo @@ -24,7 +24,7 @@ include Config -VER = 2.02 +VER = 2.06 THISAPP = lzo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6760e5819f4238328709bf93bf10071c +$(DL_FILE)_MD5 = 95380bd4081f85ef08c5209f4107e9f8 install : $(TARGET) -- 2.39.2