Hey OpenSER peeps,

        Finally decided to play around with OpenSER as a number of new
requirements for our platform have arisen which will be met much easier
implemented in OpenSER.

        Anywho... The Gentoo ebuild supplied with the 1.1.0 sources needed a
couple little mods to make it function properly the most notable was
adding another call to pkg_setup in src_install as the inc_mod variable
didn't get carried over so things like mysql.so didn't get installed by
default. A patch is attached.

-Evan
--- openser-1.1.0.ebuild.orig   2006-07-20 12:34:37.334402154 -0400
+++ openser-1.1.0.ebuild        2006-07-20 12:35:27.565758836 -0400
@@ -6,7 +6,8 @@
 
 DESCRIPTION="OpenSER - flexible and robust SIP (RFC3261) server"
 HOMEPAGE="http://www.openser.org/";
-MY_P="${P}_src"
+MY_P="${P}-tls_src"
+S="${S}-tls"
 SRC_URI="http://openser.org/pub/openser/${PV}/src/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
@@ -82,6 +83,8 @@
 src_install () {
        local install_options
 
+       pkg_setup
+
        emake install \
                prefix=${D}/ \
                include_modules="${inc_mod}" \
_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to