[Pkg-e-commits] [SCM] Enlightenment Foundation Library providing optimized data types branch, new-svn-snapshot, updated. debian/0.0.1_svn20081120-1-229-gbd80ab7

Albin Tonnerre albin.tonnerre at gmail.com
Sun Nov 22 09:16:37 UTC 2009


The following commit has been merged in the new-svn-snapshot branch:
commit 080fadf3400827f8bedf76825ac7b57c5baea5e6
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Wed Nov 11 16:21:27 2009 +0100

    Fix configure invocation for building static modules

diff --git a/debian/libeina-svn-04.install b/debian/libeina-svn-04.install
index e2b7cf0..fe3af78 100644
--- a/debian/libeina-svn-04.install
+++ b/debian/libeina-svn-04.install
@@ -1,2 +1,2 @@
 debian/tmp/usr/lib/libeina-*.so.*
-debian/tmp/usr/lib/eina/*/*.so
+debian/tmp/usr/lib/eina/mp/*.so
diff --git a/debian/rules b/debian/rules
index 3569fc3..c2720b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,5 @@ install/libeina-doc::
 	$(MAKE) doc
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath \
-                             --enable-static-chained-pool \
+                             --enable-chained-pool=static \
                              --disable-magic-debug  --enable-tests

-- 
 Enlightenment Foundation Library providing optimized data types



More information about the Pkg-e-commits mailing list