Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
yelp
Commits
5182da8c
Commit
5182da8c
authored
Sep 24, 2015
by
Andreas Henriksson
Committed by
David King
Sep 24, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linking error for undefined reference to hypot
https://bugzilla.gnome.org/show_bug.cgi?id=755489
parent
fbf6807d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configure.ac
configure.ac
+1
-0
libyelp/Makefile.am
libyelp/Makefile.am
+1
-1
No files found.
configure.ac
View file @
5182da8c
...
...
@@ -25,6 +25,7 @@ AM_PATH_GLIB_2_0
GLIB_GSETTINGS
# Library dependecies
LT_LIB_M
PKG_CHECK_MODULES(YELP,
[
gio-2.0 >= 2.38.0
...
...
libyelp/Makefile.am
View file @
5182da8c
...
...
@@ -18,7 +18,7 @@ libyelpcommon_la_CFLAGS = \
-DYELP_ICON_PATH
=
\"
$(YELP_ICON_PATH)
\"
libyelpcommon_la_LIBADD
=
$(YELP_LIBS)
libyelpcommon_la_LIBADD
=
$(YELP_LIBS)
$(LIBM)
libyelpcommon_la_LDFLAGS
=
\
-avoid-version
\
-no-undefined
...
...
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