OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Apr-2005 18:40:46
Branch: HEAD Handle: 2005041917404500
Modified files:
openpkg-src/pango pango.spec
Log:
correct broken assumed dynamic library configuration by hardcoding
static library requirements into buildconf
Summary:
Revision Changes Path
1.42 +4 -1 openpkg-src/pango/pango.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pango/pango.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 pango.spec
--- openpkg-src/pango/pango.spec 24 Mar 2005 11:19:50 -0000 1.41
+++ openpkg-src/pango/pango.spec 19 Apr 2005 16:40:45 -0000 1.42
@@ -38,7 +38,7 @@
Group: XWindow
License: GPL
Version: %{V_pango}
-Release: 20050305
+Release: 20050419
# list of sources
Source0:
ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/pango-%{V_pango}.tar.bz2
@@ -82,6 +82,9 @@
-e 's;\(pango_querymodules_LDFLAGS *=\);\1 -static;' \
Makefile.in */Makefile.in */*/Makefile.in \
pango\*.pc.in
+ %{l_shtool} subst \
+ -e 's;\(PKG_CONFIG.*--libs\);\1 --static;' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]