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: 23-Feb-2005 15:08:21
Branch: OPENPKG_2_3_SOLID Handle: 2005022314082100
Modified files: (Branch: OPENPKG_2_3_SOLID)
openpkg-src/jabberd jabberd.spec
Log:
MFC: build fixes
Summary:
Revision Changes Path
1.30.2.2 +4 -1 openpkg-src/jabberd/jabberd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/jabberd/jabberd.spec
============================================================================
$ cvs diff -u -r1.30.2.1 -r1.30.2.2 jabberd.spec
--- openpkg-src/jabberd/jabberd.spec 21 Feb 2005 17:07:10 -0000 1.30.2.1
+++ openpkg-src/jabberd/jabberd.spec 23 Feb 2005 14:08:21 -0000 1.30.2.2
@@ -95,6 +95,9 @@
%{l_shtool} subst \
-e 's;exec perl;exec %{l_prefix}/bin/perl;' \
tools/jabberd.in
+ %{l_shtool} subst \
+ -e 's;\(trimedcc=.*CC\).*\(}"\)$;\1\2;' \
+ ltmain.sh
%build
# configure program
@@ -104,7 +107,7 @@
export LDFLAGS="%{l_ldflags pth}"
export LIBS=""
case "%{l_platform -t}" in
- *-sunos* ) LIBS="$LIBS -lsocket -lnsl" ;;
+ *-sunos* ) LIBS="$LIBS -lsocket -lnsl -lrt" ;;
esac
export JHOME=%{l_prefix}/var/jabberd
%if "%{with_mysql}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]