SOURCES: celestia-as-needed.patch (NEW) - fix compilation with --as-needed ...
draenog
draenog at pld-linux.org
Fri Aug 29 14:16:18 CEST 2008
Author: draenog Date: Fri Aug 29 12:16:18 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix compilation with --as-needed option
---- Files affected:
SOURCES:
celestia-as-needed.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/celestia-as-needed.patch
diff -u /dev/null SOURCES/celestia-as-needed.patch:1.1
--- /dev/null Fri Aug 29 14:16:19 2008
+++ SOURCES/celestia-as-needed.patch Fri Aug 29 14:16:13 2008
@@ -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
+
================================================================
More information about the pld-cvs-commit
mailing list