[arch-commits] Commit in qt/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Mon Jan 18 12:25:25 UTC 2010


    Date: Monday, January 18, 2010 @ 07:25:24
  Author: pierre
Revision: 63743

set our own ldflags

Modified:
  qt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-18 12:23:12 UTC (rev 63742)
+++ PKGBUILD	2010-01-18 12:25:24 UTC (rev 63743)
@@ -39,6 +39,7 @@
 
 	sed -i "s|-O2|$CXXFLAGS|" mkspecs/common/g++.conf
 	sed -i "/^QMAKE_RPATH/s| -Wl,-rpath,||g" mkspecs/common/g++.conf
+	sed -i "/^QMAKE_LFLAGS\s/s|+=|+= $LDFLAGS|g" mkspecs/common/g++.conf
 
 	./configure -confirm-license -opensource \
 		-prefix /usr \
@@ -72,7 +73,6 @@
 		-optimized-qmake \
 		-dbus \
 		-reduce-relocations \
-		-no-separate-debug-info \
 		-gtkstyle \
 		-opengl \
 		-no-openvg \




More information about the arch-commits mailing list