OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Sep-2003 18:03:07
Branch: HEAD Handle: 2003090117030502
Modified files:
openpkg-src/qt qt.spec
openpkg-web news.txt
Log:
Correct RPATH to installed dynamic libraries
Summary:
Revision Changes Path
1.81 +1 -1 openpkg-src/qt/qt.spec
1.6365 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 qt.spec
--- openpkg-src/qt/qt.spec 1 Sep 2003 07:47:39 -0000 1.80
+++ openpkg-src/qt/qt.spec 1 Sep 2003 16:03:07 -0000 1.81
@@ -104,7 +104,7 @@
esac
# put in proper search paths for dynamic libraries
- rflags=`echo $LDFLAGS | %{l_shtool} subst \
+ rflags=`echo '%{l_ldflags}' | %{l_shtool} subst \
-e 's;%{l_prefix}/lib;%{l_prefix}/lib/qtdyn;g' \
-e 's;-L;-R;g'`
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6364 -r1.6365 news.txt
--- openpkg-web/news.txt 1 Sep 2003 13:58:35 -0000 1.6364
+++ openpkg-web/news.txt 1 Sep 2003 16:03:05 -0000 1.6365
@@ -1,3 +1,4 @@
+01-Sep-2003: Upgraded package: P<qt-3.2.1-20030901>
01-Sep-2003: Upgraded package: P<xine-lib-1rc0a-20030901>
01-Sep-2003: Upgraded package: P<xine-ui-0.9.22-20030901>
01-Sep-2003: Upgraded package: P<xemacs-21.4.13-20030901>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]