From 8db52c6e78c040d035522ca747acc7752d474cf2 Mon Sep 17 00:00:00 2001 From: Martin Banky Date: Sun, 12 Dec 2010 22:53:53 +0100 Subject: lsof: convert to gentargets and bump to 4.84 lsof is packaged as a tarball inside a .tar.bz2 package, so we have a post-extract hook to extract the source code tarball, so that for the next steps, lsof looks like a normal package. Signed-off-by: Martin Banky Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/lsof/lsof-makefile.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/lsof/lsof-makefile.patch (limited to 'package/lsof/lsof-makefile.patch') diff --git a/package/lsof/lsof-makefile.patch b/package/lsof/lsof-makefile.patch deleted file mode 100644 index 2d4e9d42e..000000000 --- a/package/lsof/lsof-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ru lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel lsof_4.81/lsof_4.81_src/lib/Makefile.skel ---- lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100 -+++ lsof_4.81/lsof_4.81_src/lib/Makefile.skel 2006-11-29 13:51:44.000000000 +0100 -@@ -21,8 +21,8 @@ - all: ${LIB} - - ${LIB}: ${OBJ} -- ${AR} -- ${RANLIB} -+ ${AR} cr ${LIB} ${OBJ} -+ ${RANLIB} ${LIB} - - clean: FRC - rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core -- cgit v1.2.3