Rex Dieter 01ad6ba
diff -up webkit-qtwebkit-23/Source/WebKit/qt/declarative/experimental/experimental.pri.no_rpath webkit-qtwebkit-23/Source/WebKit/qt/declarative/experimental/experimental.pri
Rex Dieter 01ad6ba
--- webkit-qtwebkit-23/Source/WebKit/qt/declarative/experimental/experimental.pri.no_rpath	2014-09-24 06:42:05.000000000 -0500
Rex Dieter 01ad6ba
+++ webkit-qtwebkit-23/Source/WebKit/qt/declarative/experimental/experimental.pri	2014-10-16 07:34:02.266399979 -0500
Rex Dieter 01ad6ba
@@ -29,8 +29,8 @@ haveQt(5): QT += network quick quick-pri
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
 DESTDIR = $${ROOT_BUILD_DIR}/imports/$${TARGET.module_name}
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
-CONFIG += rpath
Rex Dieter 01ad6ba
-RPATHDIR_RELATIVE_TO_DESTDIR = ../../lib
Rex Dieter 01ad6ba
+#CONFIG += rpath
Rex Dieter 01ad6ba
+#RPATHDIR_RELATIVE_TO_DESTDIR = ../../lib
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
 SOURCES += plugin.cpp
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
diff -up webkit-qtwebkit-23/Source/WebKit/qt/declarative/public.pri.no_rpath webkit-qtwebkit-23/Source/WebKit/qt/declarative/public.pri
Rex Dieter 01ad6ba
--- webkit-qtwebkit-23/Source/WebKit/qt/declarative/public.pri.no_rpath	2014-09-24 06:42:05.000000000 -0500
Rex Dieter 01ad6ba
+++ webkit-qtwebkit-23/Source/WebKit/qt/declarative/public.pri	2014-10-16 07:33:46.122390687 -0500
Rex Dieter 01ad6ba
@@ -36,8 +36,8 @@ WEBKIT += wtf
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
 DESTDIR = $${ROOT_BUILD_DIR}/imports/$${TARGET.module_name}
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
-CONFIG += rpath
Rex Dieter 01ad6ba
-RPATHDIR_RELATIVE_TO_DESTDIR = ../../lib
Rex Dieter 01ad6ba
+#CONFIG += rpath
Rex Dieter 01ad6ba
+#RPATHDIR_RELATIVE_TO_DESTDIR = ../../lib
Rex Dieter 01ad6ba
 
Rex Dieter 01ad6ba
 SOURCES += plugin.cpp
Rex Dieter 01ad6ba
 
Rex Dieter 69c2afd
diff -up webkit-qtwebkit-23/Tools/qmake/mkspecs/features/rpath.prf.no_rpath webkit-qtwebkit-23/Tools/qmake/mkspecs/features/rpath.prf
Rex Dieter 01ad6ba
--- webkit-qtwebkit-23/Tools/qmake/mkspecs/features/rpath.prf.no_rpath	2014-09-24 06:42:05.000000000 -0500
Rex Dieter 01ad6ba
+++ webkit-qtwebkit-23/Tools/qmake/mkspecs/features/rpath.prf	2014-10-13 14:11:19.723829903 -0500
Rex Dieter 69c2afd
@@ -6,7 +6,7 @@
Rex Dieter 69c2afd
 
Rex Dieter 69c2afd
 equals(ROOT_BUILD_DIR, $$dirname(DESTDIR)): RPATHDIR_RELATIVE_TO_DESTDIR = ../lib
Rex Dieter 69c2afd
 
Rex Dieter 69c2afd
-linux-*:!isEmpty(RPATHDIR_RELATIVE_TO_DESTDIR) {
Rex Dieter 69c2afd
+linux-rpath_me_harder_no_no_no:!isEmpty(RPATHDIR_RELATIVE_TO_DESTDIR) {
Rex Dieter 69c2afd
     # Do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
Rex Dieter 69c2afd
     # this expands to $ORIGIN (after qmake and make), it does NOT read a qmake var.
Rex Dieter 69c2afd
     QMAKE_RPATHDIR = \$\$ORIGIN/$${RPATHDIR_RELATIVE_TO_DESTDIR} $${QMAKE_RPATHDIR}