Date: Sunday, January 17, 2010 @ 08:20:50
  Author: andyrtr
Revision: 63394

supress LD_PRELOAD error messages

Modified:
  go-openoffice/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-01-17 13:17:13 UTC (rev 63393)
+++ PKGBUILD    2010-01-17 13:20:50 UTC (rev 63394)
@@ -133,7 +133,7 @@
        # compress the sources after first run
 #      tar -cvzf ${SRCDEST}/${_ootag}.tar.gz ../clone && return 1
        
-       make  || return 1
+       LD_PRELOAD="" make  || return 1
        make DESTDIR=${pkgdir} install || return 1
 
        # install all built dictionaries from source tree

Reply via email to