Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDenis Lesnov <den.lesnov@gmail.com>2016-05-12 17:02:30 +0300
committerDenis Lesnov <den.lesnov@gmail.com>2016-05-12 17:02:30 +0300
commit5ffb983a8533d9449c30445b4b5d2108a3e74bc9 (patch)
tree2156663099916e31644dcc2d95c900e040139907 /debian
parent1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a (diff)
Support Debian package build on ARMv7l architecture
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8026117e..6c6c6d4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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