projects
/
seafile-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6807a
)
Add armhf to qtwebkit architectures in debian/rules.
bullseye-staging
archive/raspbian/7.0.10-3+rpi1
raspbian/7.0.10-3+rpi1
author
Peter Michael Green
<plugwash@raspbian.org>
Fri, 15 Jan 2021 07:38:03 +0000
(07:38 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Fri, 15 Jan 2021 07:38:03 +0000
(07:38 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index bf580bca6569d9e5d56c534acbad083bb09b01c3..3b68d408b023877813111fc4c40bf42c8bb7a407 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-21,6
+21,8
@@
include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH),armel)
CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
+else ifeq ($(DEB_HOST_ARCH),armhf)
+ CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
else ifeq ($(DEB_HOST_ARCH),mips)
CMAKE_FLAGS += -DUSE_QT_WEBKIT=ON
else ifeq ($(DEB_HOST_ARCH),mips64el)