Thought this was the first check in, but maybe not??
This commit is contained in:
6
Makefile
6
Makefile
@@ -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 \
|
||||
|
||||
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