Thought this was the first check in, but maybe not??

This commit is contained in:
2018-01-11 23:12:01 -06:00
parent 7abc0e9c8c
commit 4f270e70b4
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
DEPENDS =
ARCH = x86_64
URL = http://lse.sourceforge.net/io/aio.html
URL = https://pagure.io/libaio
REPO = main
BRIEF = Linux asynchornous I/O support
DESC = AIO enables even a single application thread to overlap I/O \
@@ -40,7 +40,7 @@ $(SRCDIR)/Makefile: $(ARCHIVE)
fi
@touch $(SRCDIR)/Makefile
$(SRCDIR)/binfile: $(SRCDIR)/Makefile
$(SRCDIR)/src/libaio.so.1.0.1: $(SRCDIR)/Makefile
@cd $(SRCDIR) && \
for patch in `find $(PATCHDIR) -name \*.patch|sort`; do \
patch --verbose -Np1 -i $$patch; \
@@ -48,7 +48,7 @@ $(SRCDIR)/binfile: $(SRCDIR)/Makefile
@cd $(SRCDIR) && make
$(ROOT): $(SRCDIR)/binfile
$(ROOT): $(SRCDIR)/src/libaio.so.1.0.1
@if [ -d $(ROOT) ]; then \
touch $(ROOT); \
else \