From 9a7fd2168ce172fcd7111b1137c7e4808ce1f7c8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 12 Jan 2011 19:45:10 +0100 Subject: fix cross-compile under Darwin, pass TARGET_CFLAGS to compilation --- package/lsof/patches/patch-lib_Makefile_skel | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/lsof/patches/patch-lib_Makefile_skel (limited to 'package/lsof/patches/patch-lib_Makefile_skel') diff --git a/package/lsof/patches/patch-lib_Makefile_skel b/package/lsof/patches/patch-lib_Makefile_skel new file mode 100644 index 000000000..dc58ea4fa --- /dev/null +++ b/package/lsof/patches/patch-lib_Makefile_skel @@ -0,0 +1,11 @@ +--- lsof_4.84_src.orig/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100 ++++ lsof_4.84_src/lib/Makefile.skel 2011-01-12 19:42:17.000000000 +0100 +@@ -22,7 +22,7 @@ all: ${LIB} + + ${LIB}: ${OBJ} + ${AR} +- ${RANLIB} ++ ${RANLIB} ${LIB} + + clean: FRC + rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core -- cgit v1.2.3