1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Support Debian package build on ARMv7l architecture

This commit is contained in:
Denis Lesnov 2016-05-12 17:02:30 +03:00
parent 1e17c9bcfd
commit 5ffb983a85

1
debian/rules vendored
View File

@ -21,4 +21,5 @@ configure_config:
if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi