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 19:09:06
Branch: HEAD Handle: 2005041918090600
Modified files:
openpkg-src/ethereal ethereal.spec
Log:
correct broken assumed dynamic library configuration by hardcoding
static library requirements into buildconf
Summary:
Revision Changes Path
1.53 +4 -1 openpkg-src/ethereal/ethereal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ethereal/ethereal.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 ethereal.spec
--- openpkg-src/ethereal/ethereal.spec 24 Mar 2005 11:18:44 -0000
1.52
+++ openpkg-src/ethereal/ethereal.spec 19 Apr 2005 17:09:06 -0000
1.53
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.10.10
-Release: 20050312
+Release: 20050419
# package options
%option with_zlib yes
@@ -97,6 +97,9 @@
-e 's;-all-static *;;g' \
-e 's;-static *;;g' \
Makefile.in
+ %{l_shtool} subst \
+ -e 's;\(PKG_CONFIG --libs\);\1 --static;g' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]