summaryrefslogtreecommitdiff
path: root/package/xinetd/patches/patch-libs_src_sio_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-22 22:45:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-22 22:45:05 +0100
commit6c3f7bc5593343058ab91c0b504fd67d3c0d1269 (patch)
treef57aae2e39a3e60895f08b6e93e95d1d5af1c8c5 /package/xinetd/patches/patch-libs_src_sio_Makefile_in
parent52549131197cd42dd61b50721e3f68e3d7585ec7 (diff)
parent3953de124e87ce3b594fd861b6f111b2df706753 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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)