OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jun-2005 13:32:39
Branch: HEAD Handle: 2005061012323900
Modified files:
openpkg-src/sasl sasl.spec
Log:
link all sasl objects into one dir to make both ar(1) and dependency
checking happy
Summary:
Revision Changes Path
1.130 +2 -2 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.129 -r1.130 sasl.spec
--- openpkg-src/sasl/sasl.spec 26 May 2005 19:06:56 -0000 1.129
+++ openpkg-src/sasl/sasl.spec 10 Jun 2005 11:32:39 -0000 1.130
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.21
-Release: 20050526
+Release: 20050610
# package options
%option with_fsl yes
@@ -225,7 +225,7 @@
lib/dlopen.c
# post adjustment: do not pull static plugins into static library
%{l_shtool} subst \
- -e '/^SASL_STATIC_OBJS/s;\.\./plugins/[^ ]* *;;g' \
+ -e 's;-ln -s $(SASL_STATIC_SRCS) .;-ln ../sasldb/*.o ../plugins/*.o
$(SASL_STATIC_SRCS) .;' \
lib/Makefile
# post adjustment: build utils against static library
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]