Compare commits
1 Commits
v0.3.110-0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f270e70b4 |
6
Makefile
6
Makefile
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
DEPENDS =
|
DEPENDS =
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
URL = http://lse.sourceforge.net/io/aio.html
|
URL = https://pagure.io/libaio
|
||||||
REPO = main
|
REPO = main
|
||||||
BRIEF = Linux asynchornous I/O support
|
BRIEF = Linux asynchornous I/O support
|
||||||
DESC = AIO enables even a single application thread to overlap I/O \
|
DESC = AIO enables even a single application thread to overlap I/O \
|
||||||
@@ -40,7 +40,7 @@ $(SRCDIR)/Makefile: $(ARCHIVE)
|
|||||||
fi
|
fi
|
||||||
@touch $(SRCDIR)/Makefile
|
@touch $(SRCDIR)/Makefile
|
||||||
|
|
||||||
$(SRCDIR)/binfile: $(SRCDIR)/Makefile
|
$(SRCDIR)/src/libaio.so.1.0.1: $(SRCDIR)/Makefile
|
||||||
@cd $(SRCDIR) && \
|
@cd $(SRCDIR) && \
|
||||||
for patch in `find $(PATCHDIR) -name \*.patch|sort`; do \
|
for patch in `find $(PATCHDIR) -name \*.patch|sort`; do \
|
||||||
patch --verbose -Np1 -i $$patch; \
|
patch --verbose -Np1 -i $$patch; \
|
||||||
@@ -48,7 +48,7 @@ $(SRCDIR)/binfile: $(SRCDIR)/Makefile
|
|||||||
|
|
||||||
@cd $(SRCDIR) && make
|
@cd $(SRCDIR) && make
|
||||||
|
|
||||||
$(ROOT): $(SRCDIR)/binfile
|
$(ROOT): $(SRCDIR)/src/libaio.so.1.0.1
|
||||||
@if [ -d $(ROOT) ]; then \
|
@if [ -d $(ROOT) ]; then \
|
||||||
touch $(ROOT); \
|
touch $(ROOT); \
|
||||||
else \
|
else \
|
||||||
|
|||||||
1
SRC/libaio-0.3.110.tar.gz.sha256sum
Normal file
1
SRC/libaio-0.3.110.tar.gz.sha256sum
Normal file
@@ -0,0 +1 @@
|
|||||||
|
e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e libaio-0.3.110.tar.gz
|
||||||
Reference in New Issue
Block a user