OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jul-2004 12:24:22
Branch: HEAD Handle: 2004070711242200
Modified files:
openpkg-src/gift gift.spec
Log:
add evil hack to make sure the Autoconf check for libltld works as
expected
Summary:
Revision Changes Path
1.7 +2 -1 openpkg-src/gift/gift.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift/gift.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 gift.spec
--- openpkg-src/gift/gift.spec 6 Jul 2004 07:14:19 -0000 1.6
+++ openpkg-src/gift/gift.spec 7 Jul 2004 10:24:22 -0000 1.7
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 0.11.6
-Release: 20040706
+Release: 20040707
# package options
%option with_imagemagick yes
@@ -87,6 +87,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="`. %{l_prefix}/lib/libltdl.la; echo $dependency_libs`" \
./configure \
--prefix=%{l_prefix} \
--enable-libmagic \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]