summaryrefslogtreecommitdiff
path: root/package/xinetd/patches/patch-libs_src_sio_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/xinetd/patches/patch-libs_src_sio_Makefile_in')
-rw-r--r--package/xinetd/patches/patch-libs_src_sio_Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xinetd/patches/patch-libs_src_sio_Makefile_in b/package/xinetd/patches/patch-libs_src_sio_Makefile_in
new file mode 100644
index 000000000..ea4e0628f
--- /dev/null
+++ b/package/xinetd/patches/patch-libs_src_sio_Makefile_in
@@ -0,0 +1,11 @@
+--- xinetd-2.3.14.orig/libs/src/sio/Makefile.in 2003-02-19 18:29:27.000000000 +0100
++++ xinetd-2.3.14/libs/src/sio/Makefile.in 2011-01-22 20:48:18.908649341 +0100
+@@ -52,7 +52,7 @@ libopt: clean
+ $(INSTALL) $(FMODE) $(LIBNAME) $(LIBDIR)/optimized
+
+ $(LIBNAME): $(OBJECTS)
+- ar r $@ $?
++ $(AR) r $@ $?
+ $(RANLIB) $@
+
+ install: $(LIBNAME)