OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 25-Jan-2007 15:12:39 Branch: HEAD Handle: 2007012514123800 Modified files: openpkg-src/upx upx.spec Log: fix linking against libucl Summary: Revision Changes Path 1.4 +2 -1 openpkg-src/upx/upx.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/upx/upx.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 upx.spec --- openpkg-src/upx/upx.spec 1 Jan 2007 17:42:38 -0000 1.3 +++ openpkg-src/upx/upx.spec 25 Jan 2007 14:12:38 -0000 1.4 @@ -33,7 +33,7 @@ Group: Compression License: GPL Version: 2.90 -Release: 20061013 +Release: 20070125 # list of sources Source0: http://upx.sourceforge.net/download/unstable/upx-%{version}-src.tar.gz @@ -69,6 +69,7 @@ ( cd src %{l_make} %{l_mflags -O} \ CC="%{l_cc}" \ + LDFLAGS="%{l_ldflags}" \ UPX_UCLDIR="%{l_prefix}" ) || exit $? ( cd doc @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org