gegl r2146 - in trunk: . operations



Author: ok
Date: Wed Mar  5 17:36:00 2008
New Revision: 2146
URL: http://svn.gnome.org/viewvc/gegl?rev=2146&view=rev

Log:
* operations/Makefile-common.am:
* operations/Makefile-operations.am: set GEGL_SWAP=RAM when using gegl
during build of docs / gallery to avoid writing swap files to the
builders homedir.


Modified:
   trunk/ChangeLog
   trunk/operations/Makefile-common.am
   trunk/operations/Makefile-operations.am

Modified: trunk/operations/Makefile-common.am
==============================================================================
--- trunk/operations/Makefile-common.am	(original)
+++ trunk/operations/Makefile-common.am	Wed Mar  5 17:36:00 2008
@@ -21,5 +21,5 @@
 	-I$(top_srcdir)/gegl/property-types	\
 	-I$(top_srcdir)/gegl/module
 
-AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined)
+AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined) -Wl,--as-needed
 ext_dir = $(DESTDIR)$(libdir)/gegl- GEGL_API_VERSION@

Modified: trunk/operations/Makefile-operations.am
==============================================================================
--- trunk/operations/Makefile-operations.am	(original)
+++ trunk/operations/Makefile-operations.am	Wed Mar  5 17:36:00 2008
@@ -12,7 +12,7 @@
 
 %.la: %.c $(GEGLHEADERS)
 	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $  lo $<
-	$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(ext_dir) $  lo $(LDADD)
+	$(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_LDFLAGS) $(LDFLAGS) $(CFLAGS) $(LDADD) -o $@ -rpath $(ext_dir) $  lo
 
 
 clean-local:



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