[hipl-commit] [trunk] Rev 4128: HIPL does not require g++ to build.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 1 Apr 2010 18:43:54 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 01/04/2010 at 18:43:54
Revision: 4128
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  HIPL does not require g++ to build.

Modified:
  M  doc/HOWTO.xml
  M  test/packaging/hipl-deb.spec

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-03-30 15:59:20 +0000
+++ doc/HOWTO.xml       2010-04-01 15:43:39 +0000
@@ -4130,7 +4130,7 @@
                 <para>To compile HIP configuration GUI atleast following 
packages are needed (asuming you have debian):
                         <itemizedlist>
                                 <listitem><para>
-                                        gcc and g++ compilers, both should be 
at least version 4.0.
+                                        gcc compiler, should be at least 
version 4.0
                                 </para></listitem>
                                 <listitem><para>
                                         Package: xbase-clients - miscellaneous 
X clients

=== modified file 'test/packaging/hipl-deb.spec'
--- test/packaging/hipl-deb.spec        2010-03-30 15:42:23 +0000
+++ test/packaging/hipl-deb.spec        2010-04-01 15:43:39 +0000
@@ -9,7 +9,7 @@
 Vendor: InfraHIP
 License: GPLv2
 Group: System Environment/Kernel
-BuildRequires: automake, autoconf, libtool, gcc, g++, libgtk2.0-dev, 
libssl-dev, libxml2-dev, xmlto, doxygen, iptables-dev, libcap-dev, 
libsqlite3-dev
+BuildRequires: automake, autoconf, libtool, gcc, libgtk2.0-dev, libssl-dev, 
libxml2-dev, xmlto, doxygen, iptables-dev, libcap-dev, libsqlite3-dev
 ExclusiveOS: linux
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: /usr

Other related posts:

  • » [hipl-commit] [trunk] Rev 4128: HIPL does not require g++ to build. - Diego Biurrun