From d8ce16fa6619b9090919ffa334aebdc67418f75c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 26 Oct 2012 09:21:07 +0200 Subject: [PATCH] libtool: change from package to common. squid needs the libltdl library. --- config/rootfiles/{packages => common}/libtool | 0 lfs/libtool | 2 -- lfs/nagios | 7 ++----- 3 files changed, 2 insertions(+), 7 deletions(-) rename config/rootfiles/{packages => common}/libtool (100%) diff --git a/config/rootfiles/packages/libtool b/config/rootfiles/common/libtool similarity index 100% rename from config/rootfiles/packages/libtool rename to config/rootfiles/common/libtool diff --git a/lfs/libtool b/lfs/libtool index 5664046030..e6bcd4060c 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -33,8 +33,6 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libtool -PAK_VER = 2 -DEPS = "" ############################################################################### # Top-level Rules diff --git a/lfs/nagios b/lfs/nagios index c2affea31a..2bb2a41efd 100644 --- a/lfs/nagios +++ b/lfs/nagios @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2012 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios PAK_VER = 2 -DEPS = "traceroute libtool" +DEPS = "traceroute" ############################################################################### # Top-level Rules @@ -111,6 +111,3 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -s /etc/init.d/nagios /etc/rc.d/rc6.d/K33nagios @rm -rf $(DIR_APP) @$(POSTBUILD) - - - -- 2.39.5