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: 03-Sep-2006 17:40:03 Branch: HEAD Handle: 2006090316400200 Modified files: openpkg-src/sipsak sipsak.spec Log: teach SipSak to resolve DNS SRV RRs with the help of RULI Summary: Revision Changes Path 1.12 +9 -4 openpkg-src/sipsak/sipsak.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sipsak/sipsak.spec ============================================================================ $ cvs diff -u -r1.11 -r1.12 sipsak.spec --- openpkg-src/sipsak/sipsak.spec 9 Mar 2006 18:39:53 -0000 1.11 +++ openpkg-src/sipsak/sipsak.spec 3 Sep 2006 15:40:02 -0000 1.12 @@ -38,7 +38,7 @@ Group: Network License: GPL Version: %{V_opkg} -Release: 20060309 +Release: 20060903 # list of sources Source0: http://download.berlios.de/sipsak/sipsak-%{V_dist}.tar.gz @@ -49,8 +49,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130 PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: openssl, getopt -PreReq: openssl, getopt +BuildPreReq: openssl, getopt, ruli, liboop +PreReq: openssl, getopt, ruli, liboop AutoReq: no AutoReqProv: no @@ -73,10 +73,15 @@ %patch -p0 %build + %{l_shtool} subst \ + -e 's;\(ruli_incdirs\)=.*;\1=%{l_prefix}/include/ruli;' \ + -e 's;\(ruli_libdirs\)=.*;\1=%{l_prefix}/lib;' \ + configure CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ - CPPFLAGS="%{l_cppflags}" \ + CPPFLAGS="%{l_cppflags ruli}" \ LDFLAGS="%{l_ldflags}" \ + LIBS="-lruli -loop" \ ./configure \ --prefix=%{l_prefix} \ --disable-gnutls @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org