fixed havesodium flag

This commit is contained in:
TLINDEN
2013-11-24 17:05:41 +01:00
parent b9c318e9b9
commit e2713d40ec

View File

@@ -58,7 +58,6 @@ config-sodium:
if test ! -f $(HAVESODIUM); then \ if test ! -f $(HAVESODIUM); then \
cd $(SRCSODIUM) && ./autogen.sh; \ cd $(SRCSODIUM) && ./autogen.sh; \
cd $(SRCSODIUM) && ./configure --prefix=$(PREFIX); \ cd $(SRCSODIUM) && ./configure --prefix=$(PREFIX); \
touch $(HAVESODIUM); \
fi fi
config-pcp: config-pcp:
@@ -75,6 +74,7 @@ compile-pcp:
install-sodium: install-sodium:
if test ! -f $(HAVESODIUM); then \ if test ! -f $(HAVESODIUM); then \
cd $(SRCSODIUM) && make install; \ cd $(SRCSODIUM) && make install; \
touch $(HAVESODIUM); \
fi fi
install-pcp: install-pcp: