Check-in Number:
|
5083 | |
Date: |
2005-Jun-02 20:45:48 (local)
2005-Jun-02 18:45:48 (UTC) |
User: | rse |
Branch: | |
Comment: |
upgrade to Libtool 1.5.18 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/ChangeLog 1.6 -> 1.7
--- ChangeLog 2005/06/02 18:43:06 1.6
+++ ChangeLog 2005/06/02 18:45:48 1.7
@@ -13,6 +13,9 @@
Changes between 0.9.1 and 0.9.2 (17-Sep-2004 to xx-xxx-2005)
+ o Upgraded build environment to GNU libtool 1.5.18
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
o Fix XDR string decoding function by NUL terminating
the target buffer (instead of the source buffer).
[Unknown <ossp@jm.2good.nu>]
|
|
ossp-pkg/xds/devtool.conf 1.7 -> 1.8
--- devtool.conf 2004/09/12 17:20:36 1.7
+++ devtool.conf 2005/06/02 18:45:48 1.8
@@ -3,9 +3,9 @@
##
%autogen
- @autogen shtool 2.0.1 "2.0.*" all
- @autogen libtool 1.5.8 "1.5*"
- @autogen autoconf 2.59 "2.5[3-9]*"
+ @autogen shtool 2.0.1 "2.0.*" all
+ @autogen libtool 1.5.18 "1.5*"
+ @autogen autoconf 2.59 "2.5[3-9]*"
%autoclean
@autoclean shtool
@@ -13,7 +13,7 @@
@autoclean autoconf
%configure
- CC=gcc35 ./configure \
+ ./configure \
--prefix=/tmp/xds \
--disable-shared \
--enable-maintainer \
|
|