diff src/gdk-pixbuf.mk @ 1207:de4ff9fbd0be

disable dynamic module loading in package gdk-pixbuf Also use included modules in gdk-pixbuf. A consequence seems to be that librsvg cannot built a module for gdk-pixbuf.
author Mark Brand <mabrand@mabrand.nl>
date Mon, 27 Sep 2010 21:19:20 +0200
parents 1acdcff4d88a
children 8d43a215ea43
line wrap: on
line diff
--- a/src/gdk-pixbuf.mk	Mon Sep 27 15:42:09 2010 +0200
+++ b/src/gdk-pixbuf.mk	Mon Sep 27 21:19:20 2010 +0200
@@ -26,6 +26,8 @@
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \
-        --prefix='$(PREFIX)/$(TARGET)'
+        --prefix='$(PREFIX)/$(TARGET)' \
+        --disable-modules \
+        --with-included-loaders
     $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef