Ticket #2778: 0004-Added-the-.cfg-file.patch

File 0004-Added-the-.cfg-file.patch, 906 bytes (added by Sambeet Panigrahi, on 08/20/16 at 07:58:36)

Changes in the .cfg file

  • new file rtems/config/textproc/libxml2-2.7.8.cfg

    From 700c841a1e5385ec1cab5a01f4203b7f527db1fe Mon Sep 17 00:00:00 2001
    From: Sambeet161616 <b313036@iiit-bh.ac.in>
    Date: Sat, 20 Aug 2016 11:15:25 +0530
    Subject: [PATCH 4/4] Added the .cfg file
    
    ---
     rtems/config/textproc/libxml2-2.7.8.cfg | 24 ++++++++++++++++++++++++
     1 file changed, 24 insertions(+)
     create mode 100644 rtems/config/textproc/libxml2-2.7.8.cfg
    
    diff --git a/rtems/config/textproc/libxml2-2.7.8.cfg b/rtems/config/textproc/libxml2-2.7.8.cfg
    new file mode 100644
    index 0000000..bab4759
    - +  
     1#
     2#LIBXML2_2.7.8 1
     3#
     4
     5%if %{release} == %{nil}
     6 %define release 1
     7%endif
     8
     9%include %{_configdir}/rtems-bsp.cfg
     10
     11#
     12#libxml version
     13#
     14%define lxml_version 2.7.8
     15
     16#
     17#Patch for RTEMS support
     18#
     19%patch add libxml.diff -p1
     20
     21#
     22#libxml build configuration
     23#
     24%include %{_configdir}/libxml2-2.7.8.cfg