summaryrefslogtreecommitdiff
path: root/package/lsof/patches/patch-lib_Makefile_skel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-12 19:45:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 19:45:10 +0100
commit9a7fd2168ce172fcd7111b1137c7e4808ce1f7c8 (patch)
treef4f5e17de76da0a39fb33c7f2b32fc889d9be769 /package/lsof/patches/patch-lib_Makefile_skel
parent0eae06e5fb400328ae0956aafffcf1b5082c9a15 (diff)
fix cross-compile under Darwin, pass TARGET_CFLAGS to compilation
Diffstat (limited to 'package/lsof/patches/patch-lib_Makefile_skel')
-rw-r--r--package/lsof/patches/patch-lib_Makefile_skel11
1 files changed, 11 insertions, 0 deletions
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