]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libtool: change from package to common.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 26 Oct 2012 07:21:07 +0000 (09:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 26 Oct 2012 07:21:07 +0000 (09:21 +0200)
squid needs the libltdl library.

config/rootfiles/common/libtool [moved from config/rootfiles/packages/libtool with 100% similarity]
lfs/libtool
lfs/nagios

index 5664046030fe4ae674f5a4f3fd113e76a74be8e8..e6bcd4060cebb5be364c57ad899722871e497a55 100644 (file)
@@ -33,8 +33,6 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = libtool
-PAK_VER    = 2
-DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
index c2affea31abf142286f08944f22628ed78bcbf49..2bb2a41efdf6bd451c26618c779e40377ca79e44 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)
-
-
-