[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, new-svn-snapshot, updated. debian/1.0.0_beta-1-306-ge5178b9

Albin Tonnerre albin.tonnerre at gmail.com
Fri Nov 11 14:52:45 UTC 2011


The following commit has been merged in the new-svn-snapshot branch:
commit 27a7b8a3ffe7b4f56e41dd6248731cf6ea55ad86
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sun Mar 13 16:19:56 2011 +0100

    Add patches/02_fix_missing_flags_in_ecore_suite.diff:
    
    fix compilation with --no-add-needed (Closes: #609246)

diff --git a/debian/patches/02_fix_missing_flags_in_ecore_suite.diff b/debian/patches/02_fix_missing_flags_in_ecore_suite.diff
new file mode 100644
index 0000000..5fff847
--- /dev/null
+++ b/debian/patches/02_fix_missing_flags_in_ecore_suite.diff
@@ -0,0 +1,25 @@
+diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
+index dbec564..0aeda76 100644
+--- a/src/tests/Makefile.am
++++ b/src/tests/Makefile.am
+@@ -21,6 +21,7 @@ ecore_test_ecore_x.c
+ 
+ ecore_suite_LDADD = \
+ @CHECK_LIBS@ \
++ at EINA_LIBS@ \
+ $(top_builddir)/src/lib/ecore/libecore.la \
+ $(top_builddir)/src/lib/ecore_con/libecore_con.la
+ 
+diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
+index 668ed31..273245c 100644
+--- a/src/tests/Makefile.in
++++ b/src/tests/Makefile.in
+@@ -423,7 +423,7 @@ AM_CPPFLAGS = \
+ @EFL_ENABLE_TESTS_TRUE at ecore_test_ecore_con.c \
+ @EFL_ENABLE_TESTS_TRUE at ecore_test_ecore_x.c
+ 
+- at EFL_ENABLE_TESTS_TRUE@ecore_suite_LDADD = @CHECK_LIBS@ \
++ at EFL_ENABLE_TESTS_TRUE@ecore_suite_LDADD = @CHECK_LIBS@ @EINA_LIBS@ \
+ @EFL_ENABLE_TESTS_TRUE@	$(top_builddir)/src/lib/ecore/libecore.la \
+ @EFL_ENABLE_TESTS_TRUE@	$(top_builddir)/src/lib/ecore_con/libecore_con.la \
+ @EFL_ENABLE_TESTS_TRUE@	$(am__append_1)
diff --git a/debian/patches/series b/debian/patches/series
index 438a657..3c24695 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_no_x_ecore_testsuite.diff
+02_fix_missing_flags_in_ecore_suite.diff

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list