[gtk+] Really fix unlinkage for shm_open



commit 007ac65f19ac827cf9ee13f7974a5e39e33ef7ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 11 07:07:05 2016 -0400

    Really fix unlinkage for shm_open
    
    Reported in https://bugzilla.gnome.org/show_bug.cgi?id=769603

 gdk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 188ff56..684c7ab 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -205,7 +205,7 @@ common_sources =            \
 
 libgdk_3_la_SOURCES = $(common_sources)
 libgdk_3_la_CFLAGS = $(AM_CFLAGS) $(GDK_HIDDEN_VISIBILITY_CFLAGS)
-libgdk_3_la_LIBADD = $(GDK_DEP_LIBS)
+libgdk_3_la_LIBADD = $(GDK_DEP_LIBS) $(SHM_LIBS)
 libgdk_3_la_LDFLAGS = $(LDADD)
 
 if USE_X11


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]