Hack the xslt-config to return paths into WORKDIR. --- a/xslt-config.in Wed Jan 17 14:18:26 2007 +++ b/xslt-config.in Wed Jun 25 13:06:05 2008 @@ -1,10 +1,16 @@ #! /bin/sh -prefix=@prefix@ -exec_prefix=@exec_prefix@ +#prefix=@prefix@ +#exec_prefix=@exec_prefix@ +#exec_prefix_set=no +#includedir=@includedir@ +#libdir=@libdir@ + +prefix=${WORKDIR}/UnpackedTarball/libxslt +exec_prefix=${WORKDIR}/UnpackedTarball/libxslt exec_prefix_set=no -includedir=@includedir@ -libdir=@libdir@ +includedir=${WORKDIR}/UnpackedTarball/libxslt +libdir=${WORKDIR}/UnpackedTarball/libxslt usage() { @@ -89,7 +95,8 @@ shift done -the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@" +#the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@" +the_libs="-L${libdir}/libxslt/.libs -L${libdir}/libexslt/.libs -lxslt -lm" if test "$includedir" != "/usr/include"; then the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`" else LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.in
AgeCommit message (Expand)Author
2024-09-25Confine a hack to known-broken --enable-pchStephan Bergmann
2024-03-02add UNLESS_MERGELIBS_MORE and use to reduce symbol visibilityNoel Grandin
2024-02-12create --enable-mergelibs=moreNoel Grandin
2021-12-01improve the script for reducing symbol exportsNoel Grandin
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann
2020-03-19STATIC_LINKING is not set for --enable-mergelibsStephan Bergmann
2020-03-06limit symbols exported when using --enable-mergelibsNoel Grandin
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens