Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Guido Gunther
Geary
Commits
de096d2e
Commit
de096d2e
authored
Mar 16, 2020
by
Daniel Kahn Gillmor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid linking to libytnef on s390x as well
parent
e8202c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
debian/rules
debian/rules
+1
-1
No files found.
debian/rules
View file @
de096d2e
...
...
@@ -7,7 +7,7 @@ ifeq (,$(findstring $(DEB_HOST_ARCH), amd64 arm64 armel armhf hppa i386 ia64 mip
BUILD_UNWIND += -Dlibunwind_optional=true
endif
# see https://gitlab.gnome.org/GNOME/geary/issues/726:
ifeq ($(DEB_HOST_ARCH),powerpc)
if
n
eq (
,$(filter
$(DEB_HOST_ARCH),
powerpc
s390x)
)
DISABLE_YTNEF += -Dtnef-support=false
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment