OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2007 13:26:41
Branch: HEAD Handle: 2007102712264100
Modified files:
openpkg-src/pdnsd pdnsd.spec
Log:
add missing dependency to OSSP fsl
Summary:
Revision Changes Path
1.30 +10 -3 openpkg-src/pdnsd/pdnsd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pdnsd/pdnsd.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 pdnsd.spec
--- openpkg-src/pdnsd/pdnsd.spec 5 Sep 2007 06:33:33 -0000 1.29
+++ openpkg-src/pdnsd/pdnsd.spec 27 Oct 2007 11:26:41 -0000 1.30
@@ -33,7 +33,10 @@
Group: DNS
License: GPL
Version: 1.2.6
-Release: 20070905
+Release: 20071027
+
+# package options
+%option with_fsl yes
# list of sources
Source0:
http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz
@@ -47,6 +50,10 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, make, flex, bison, gcc
PreReq: OpenPKG, openpkg >= 20060823
+%if "%{with_fsl}" == "yes"
+BuildPreReq: fsl
+PreReq: fsl
+%endif
AutoReq: no
AutoReqProv: no
@@ -74,8 +81,8 @@
export CC="%{l_cc} -pthread"
export CFLAGS="%{l_cflags -O}"
export CPPFLAGS="%{l_cppflags}"
- export LDFLAGS="%{l_ldflags}"
- export LIBS=""
+ export LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}"
+ export LIBS="%{l_fsl_libs}"
configure_opts=""
case "%{l_platform -t}" in
*-freebsd* ) configure_opts="$configure_opts
--disable-src-addr-disc" ;;
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]