xbps-rindex: use a POSIX named semaphore to avoid concurrency issues.
This commit is contained in:
@@ -2,6 +2,6 @@ TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
BIN = xbps-rindex
|
||||
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o repoflush.o sign.o
|
||||
OBJS = main.o sem.o index-add.o index-clean.o remove-obsoletes.o repoflush.o sign.o
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
||||
|
Reference in New Issue
Block a user