debian/rules update
authorCryptoManiac <balthazar@yandex.ru>
Sun, 19 Apr 2015 13:30:02 +0000 (06:30 -0700)
committerCryptoManiac <balthazar@yandex.ru>
Sun, 19 Apr 2015 13:30:02 +0000 (06:30 -0700)
contrib/debian/rules

index d390e98..d737331 100755 (executable)
@@ -8,7 +8,7 @@ DEB_INSTALL_MANPAGES_novacoind += debian/manpages/*
        dh --with bash-completion $@
 
 override_dh_auto_build:
-       cd src; $(MAKE) -f makefile.unix novacoind
+       cd src; $(MAKE) -f makefile.unix novacoind USE_ASM=1 USE_LEVELDB=1
        $(MAKE)
 
 override_dh_auto_clean:
@@ -16,11 +16,7 @@ override_dh_auto_clean:
        cd src; $(MAKE) -f makefile.unix clean
 
 override_dh_auto_configure:
-       qmake novacoin-qt.pro USE_QRCODE=1
-
-override_dh_auto_test:
-       cd src; $(MAKE) -f makefile.unix test_novacoin
-       src/test_novacoin
+       qmake novacoin-qt.pro USE_QRCODE=1 USE_ASM=1 USE_LEVELDB=1
 
 # Ensure wrapper is set executable
 binary-post-install/novacoind: