Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gucharmap
Commits
4ad97abc
Commit
4ad97abc
authored
Mar 13, 2018
by
Christian Persch
Browse files
build: Explicitly link to libdl
https://bugzilla.gnome.org/show_bug.cgi?id=794281
parent
931ba592
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4ad97abc
...
...
@@ -120,6 +120,13 @@ PKG_CHECK_MODULES([GTK],[
freetype2
])
sv_LIBS="$LIBS"
LIBS=
AC_SEARCH_LIBS([dlsym],[dl])
LIBDL="$LIBS"
LIBS="$sv_LIBS"
AC_SUBST([LIBDL])
GLIB_GENMARSHAL="$($PKG_CONFIG --variable=glib_genmarshal glib-2.0)"
AC_SUBST([GLIB_GENMARSHAL])
GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)"
...
...
gucharmap/Makefile.am
View file @
4ad97abc
...
...
@@ -156,6 +156,7 @@ gucharmap_LDFLAGS = \
gucharmap_LDADD
=
\
libgucharmap@GUCHARMAP_LIBRARY_SUFFIX_U@.la
\
$(GTK_LIBS)
\
$(LIBDL)
\
$(INTL_LIBS)
dist_noinst_DATA
=
gucharmap-menus.ui
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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