[Pkg-voip-commits] r9867 - in /kamailio/trunk/debian: changelog patches/fix_export.patch patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sat Jun 30 01:13:29 UTC 2012


Author: tzafrir
Date: Sat Jun 30 01:13:28 2012
New Revision: 9867

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9867
Log:
fix_export.patch - fix a link issue with main binary

Added:
    kamailio/trunk/debian/patches/fix_export.patch
Modified:
    kamailio/trunk/debian/changelog
    kamailio/trunk/debian/patches/series

Modified: kamailio/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/changelog?rev=9867&op=diff
==============================================================================
--- kamailio/trunk/debian/changelog (original)
+++ kamailio/trunk/debian/changelog Sat Jun 30 01:13:28 2012
@@ -1,3 +1,9 @@
+kamailio (3.3.0-2) UNRELEASED; urgency=low
+
+  * 
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 30 Jun 2012 03:52:39 +0300
+
 kamailio (3.3.0-1) unstable; urgency=low
 
   [ Victor Seva ]
@@ -31,6 +37,7 @@
   * Make sure hardening *FLAGS make it through the build system:
     - hardening_flags.patch: get them through.
     - Use buildflags.mk from dpkg-dev (and require 1.16.1.1).
+    - fix_export.patch - Related(?) link issue.
   * Rebuild kambdb_recover that is shiped in the source.
   * Package kamailio-berkeley-bin for kambdb_recover. 
   * Bump standards version to 3.9.3 while we're at it.

Added: kamailio/trunk/debian/patches/fix_export.patch
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/patches/fix_export.patch?rev=9867&op=file
==============================================================================
--- kamailio/trunk/debian/patches/fix_export.patch (added)
+++ kamailio/trunk/debian/patches/fix_export.patch Sat Jun 30 01:13:28 2012
@@ -1,0 +1,14 @@
+Description: make sure symbols are exported from main binary to allow loading modules
+Author: Tzafrir Cohen <tzafrir at debian.org>
+
+--- a/Makefile
++++ b/Makefile
+@@ -403,6 +403,8 @@ endif
+ main_makefile=1
+ include Makefile.defs
+ 
++$(MAIN_NAME): LDFLAGS += -Wl,--export-dynamic
++
+ static_modules_path=$(addprefix modules/, $(static_modules))
+ extra_sources=$(wildcard $(addsuffix /*.c, $(static_modules_path)))
+ extra_objs=$(extra_sources:.c=.o)

Modified: kamailio/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/patches/series?rev=9867&op=diff
==============================================================================
--- kamailio/trunk/debian/patches/series (original)
+++ kamailio/trunk/debian/patches/series Sat Jun 30 01:13:28 2012
@@ -5,3 +5,4 @@
 hardening_flags.patch
 plumb_md5.patch
 plumb_md5_fixes.patch
+fix_export.patch




More information about the Pkg-voip-commits mailing list