ossie-standardinterfaces_svn.bb : * Fix to allow build on machine with omniorb
authorPhilip Balister <philip@balister.org>
Tue, 9 Jan 2007 20:12:50 +0000 (20:12 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 9 Jan 2007 20:12:50 +0000 (20:12 +0000)
                                  already installed
                                  * Hack around libtool problem on powerpc

packages/ossie/ossie-standardinterfaces_svn.bb

index 7482430..7ed7c0b 100644 (file)
@@ -13,6 +13,10 @@ SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=
 
 inherit autotools pkgconfig
 
+EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl"
+
+CXXFLAGS_powerpc += "-lstdc++"
+
 do_stage () {
        autotools_stage_all
 }