INTEGRATION: CWS nojava3 (1.6.2); FILE MERGED
2005/08/09 15:17:40 rene 1.6.2.1: #i51542# fix system-libxml2 build. patches by maxweber (libxmlsec) and fridrich_strba (scp2)
This commit is contained in:
parent
259f1bf6ba
commit
4af1a4779e
1 changed files with 5 additions and 1 deletions
|
@ -708,9 +708,13 @@
|
|||
***************
|
||||
*** 1 ****
|
||||
! dummy
|
||||
--- 1,44 ----
|
||||
--- 1,48 ----
|
||||
! #! /bin/sh
|
||||
!
|
||||
! if test "$SYSTEM_LIBXML" = "YES"
|
||||
! then xml2-config "$@"; exit 0
|
||||
! fi
|
||||
!
|
||||
! prefix=${SOLARVERSION}/${INPATH}
|
||||
! includedir=${SOLARVERSION}/${INPATH}/inc${UPDMINOREXT}/external
|
||||
! libdir=${SOLARVERSION}/${INPATH}/lib${UPDMINOREXT}
|
||||
|
|
Loading…
Reference in a new issue