Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 70db79aeb6f762d1452a58a64b648349 > files > 11

afterstep-2.2.12-22.mga9.src.rpm

From 8e4c423c466e9085617beca6dc1df39ba1c1f7a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 17 Aug 2014 10:07:55 +0200
Subject: [PATCH 11/18] Fix compilation issue when compiling with
 "-Wl,--no-undefined" option

---
 libAfterImage/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libAfterImage/Makefile.in b/libAfterImage/Makefile.in
index 7e6cc96b..124b0df8 100644
--- a/libAfterImage/Makefile.in
+++ b/libAfterImage/Makefile.in
@@ -406,7 +406,7 @@ $(LIB_SHARED).$(LIBVERMAJOR): $(LIB_SHARED).$(LIBVER)
 
 $(LIB_SHARED).$(LIBVER): show_flags_cc $(LIB_OBJS) $(LIB_INCS) config.h Makefile
 	$(CC) -shared $(LDFLAGS) -Wl,-soname,$(LIB_SHARED).$(LIBVERMAJOR) -o $(LIB_SHARED).$(LIBVER) \
-	 $(LIB_OBJS)
+	 $(LIB_OBJS) $(LIBS_AFTERIMAGE)
 
 install.man:
 		@if [ -d doc/man ] ; then \
-- 
2.22.0