:(
This commit is contained in:
@@ -94,7 +94,7 @@ libxbps.a: $(LIBFETCH_OBJS) $(LIBPROP_OBJS) $(OBJS)
|
||||
|
||||
.PHONY: install
|
||||
install: all
|
||||
install -d $(DESTDIR)$(LIBDIR)
|
||||
-install -d $(DESTDIR)$(LIBDIR)
|
||||
install -m 644 libxbps.a $(DESTDIR)$(LIBDIR)
|
||||
install -m 755 $(LIBXBPS_SHLIB) $(DESTDIR)$(LIBDIR)
|
||||
cp -a libxbps.so $(DESTDIR)$(LIBDIR)
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
#include <linux/limits.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
Reference in New Issue
Block a user