mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
xinetd: Import from oldpackages, add myself as maintainer
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
--- a/libs/src/misc/Makefile.in
|
||||
+++ b/libs/src/misc/Makefile.in
|
||||
@@ -62,7 +62,7 @@ libopt: clean
|
||||
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
install: $(LIBNAME)
|
||||
--- a/libs/src/portable/Makefile.in
|
||||
+++ b/libs/src/portable/Makefile.in
|
||||
@@ -57,7 +57,7 @@ libopt: clean
|
||||
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
install: $(LIBNAME)
|
||||
--- a/libs/src/pset/Makefile.in
|
||||
+++ b/libs/src/pset/Makefile.in
|
||||
@@ -53,7 +53,7 @@ libopt: clean
|
||||
mv $(LIBNAME) $(LIBDIR)/optimized
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
install: $(LIBNAME)
|
||||
--- a/libs/src/sio/Makefile.in
|
||||
+++ b/libs/src/sio/Makefile.in
|
||||
@@ -52,7 +52,7 @@ libopt: clean
|
||||
$(INSTALL) $(FMODE) $(LIBNAME) $(LIBDIR)/optimized
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
install: $(LIBNAME)
|
||||
--- a/libs/src/str/Makefile.in
|
||||
+++ b/libs/src/str/Makefile.in
|
||||
@@ -63,7 +63,7 @@ libopt: clean
|
||||
$(INSTALL) $(FMODE) $(LIBNAME) $(LIBDIR)-O
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
LINT_IGNORE=possible pointer alignment|RCSid unused
|
||||
--- a/libs/src/xlog/Makefile.in
|
||||
+++ b/libs/src/xlog/Makefile.in
|
||||
@@ -58,7 +58,7 @@ libopt: clean
|
||||
$(INSTALL) $(FMODE) $(LIBNAME) $(LIBDIR)/optimized
|
||||
|
||||
$(LIBNAME): $(OBJECTS)
|
||||
- ar r $@ $?
|
||||
+ $(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
install: $(LIBNAME)
|
||||
Reference in New Issue
Block a user