rev 9979 - branches/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Fri Apr 4 16:55:01 UTC 2008


Author: fabo
Date: 2008-04-04 16:55:00 +0000 (Fri, 04 Apr 2008)
New Revision: 9979

Modified:
   branches/qt4-x11/debian/rules
Log:
* Re-introduce LD_LIBRARY_PATH workaround to use lrelease.


Modified: branches/qt4-x11/debian/rules
===================================================================
--- branches/qt4-x11/debian/rules	2008-04-04 16:50:22 UTC (rev 9978)
+++ branches/qt4-x11/debian/rules	2008-04-04 16:55:00 UTC (rev 9979)
@@ -2,6 +2,8 @@
 
 export QTDIR := $(shell pwd)
 export PATH := $(QTDIR)/bin:$(PATH)
+# workaround to use lrelease.
+export LD_LIBRARY_PATH := $(QTDIR)/lib:$(LD_LIBRARY_PATH)
 
 QTVERSION := $(shell ls changes-* | cut -f2 -d '-')
 CURRENTVERSION := $(shell head -1 debian/changelog  | sed 's/[^(]*(\([^)]*\)).*/\1/')




More information about the pkg-kde-commits mailing list