Ignore:
Timestamp:
2009-03-13T12:32:37+13:00 (15 years ago)
Author:
oranfry
Message:

changes to build the apache httpd and put it into the release (lirk2 and mark2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/compile.xml

    r17898 r18666  
    3535    <target name="run-configure">
    3636        <exec dir="${basedir}/compiled" executable="${basedir}/compiled/configure">
    37             <arg line="--with-gdbm=${mark2.home}/mac/${processor}/gdbm"/>
     37            <arg value="--with-gdbm=${mark2.home}/mac/${processor}/gdbm"/>
     38            <arg value="--enable-apache-httpd"/>
    3839        </exec>
    3940    </target>
Note: See TracChangeset for help on using the changeset viewer.