OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Sep-2005 12:08:21
Branch: HEAD Handle: 2005090311082100
Modified files:
openpkg-src/xchat xchat.spec
Log:
let it find libs for static linking
Summary:
Revision Changes Path
1.16 +5 -1 openpkg-src/xchat/xchat.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xchat/xchat.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 xchat.spec
--- openpkg-src/xchat/xchat.spec 20 Jun 2005 18:02:25 -0000 1.15
+++ openpkg-src/xchat/xchat.spec 3 Sep 2005 10:08:21 -0000 1.16
@@ -37,7 +37,7 @@
Group: Network
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20050620
+Release: 20050903
# list of sources
Source0:
http://www.xchat.org/files/source/%{V_major}/xchat-%{version}.tar.bz2
@@ -69,6 +69,10 @@
%setup -q
%build
+ %{l_shtool} subst \
+ -e '/`$PKG_CONFIG /s,--libs,--static --libs,' \
+ -e '/`$pkgconfigpath /s,--libs,--static --libs,' \
+ configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]