Browse Source

debian rules

Adam Ierymenko 8 years ago
parent
commit
b211e61671
2 changed files with 2 additions and 2 deletions
  1. 1 1
      debian/rules
  2. 1 1
      debian/rules.wheezy

+ 1 - 1
debian/rules

@@ -7,7 +7,7 @@ CXXFLAGS=-O3 -fstack-protector-strong
 	dh $@ --with systemd
 
 override_dh_auto_build:
-	make ZT_USE_MINIUPNPC=1 -j 2
+	make -j 2
 
 override_dh_systemd_start:
 	dh_systemd_start --restart-after-upgrade

+ 1 - 1
debian/rules.wheezy

@@ -7,5 +7,5 @@ CXXFLAGS=-O3 -fstack-protector
 	dh $@
 
 override_dh_auto_build:
-	make ZT_USE_MINIUPNPC=1 -j 2
+	make -j 2