]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Nagios needs libtldl
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 1 Dec 2008 20:37:18 +0000 (21:37 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 1 Dec 2008 20:37:18 +0000 (21:37 +0100)
config/rootfiles/packages/libtool [moved from config/rootfiles/common/libtool with 93% similarity]
lfs/libtool
lfs/nagios

similarity index 93%
rename from config/rootfiles/common/libtool
rename to config/rootfiles/packages/libtool
index 14909b8b4f78716a6cbf9e025437650dfd602174..528eac775b35f66eb37b73bf1107ebcaa9e7206d 100644 (file)
@@ -3,9 +3,9 @@
 #usr/include/ltdl.h
 #usr/lib/libltdl.a
 #usr/lib/libltdl.la
 #usr/include/ltdl.h
 #usr/lib/libltdl.a
 #usr/lib/libltdl.la
-#usr/lib/libltdl.so
-#usr/lib/libltdl.so.3
-#usr/lib/libltdl.so.3.1.4
+usr/lib/libltdl.so
+usr/lib/libltdl.so.3
+usr/lib/libltdl.so.3.1.4
 #usr/share/aclocal/libtool.m4
 #usr/share/aclocal/ltdl.m4
 #usr/share/info/libtool.info
 #usr/share/aclocal/libtool.m4
 #usr/share/aclocal/ltdl.m4
 #usr/share/info/libtool.info
index faca6d10319ffc9995a6644dad8b39c39025c5de..333f958291cfa0d651b2632ef495766c1206ae05 100644 (file)
@@ -32,6 +32,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+PROG       = libtool
+PAK_VER    = 1
+DEPS       = ""
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -63,6 +67,9 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 $(subst %,%_MD5,$(objects)) :
        @$(MD5)
 
 $(subst %,%_MD5,$(objects)) :
        @$(MD5)
 
+dist: 
+       @$(PAK)
+
 ###############################################################################
 # Installation Details
 ###############################################################################
 ###############################################################################
 # Installation Details
 ###############################################################################
index 577451bd260c9ed312df40a72af2c82b6f1426aa..0365b6a7cee98ab0b17939b280a5d955cb7596c4 100644 (file)
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nagios
 PAK_VER    = 2
 
 PROG       = nagios
 PAK_VER    = 2
 
-DEPS       = "glib traceroute"
+DEPS       = "glib traceroute libtool"
 
 ###############################################################################
 # Top-level Rules
 
 ###############################################################################
 # Top-level Rules