From c40a7e5dd90fcb70f224eee5f3f61a110b4a8775 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Fri, 29 Aug 2008 12:16:13 +0000 Subject: [PATCH] - fix compilation with --as-needed option Changed files: celestia-as-needed.patch -> 1.1 --- celestia-as-needed.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 celestia-as-needed.patch diff --git a/celestia-as-needed.patch b/celestia-as-needed.patch new file mode 100644 index 0000000..0e1c443 --- /dev/null +++ b/celestia-as-needed.patch @@ -0,0 +1,13 @@ +--- src/celestia/Makefile.am~ 2008-04-23 22:17:06.000000000 +0100 ++++ src/celestia/Makefile.am 2008-08-26 16:05:51.000000000 +0100 +@@ -7,8 +7,8 @@ + + if ENABLE_KDE + SUBDIRS += kde +-celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \ +- $(LIBSOCKET) kde/libkdegui.a ++celestiaKDELIBS = kde/libkdegui.a $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \ ++ $(LIBSOCKET) + celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH) + endif + -- 2.43.0