|
|
@@ -32,11 +32,11 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [CORE]
|
|
|
Group: System
|
|
|
License: MIT-style
|
|
|
-Version: 1.0.8
|
|
|
-Release: 20030427
|
|
|
+Version: 1.1.0
|
|
|
+Release: 20030522
|
|
|
|
|
|
# package options
|
|
|
-%option with_fsl_debug no
|
|
|
+%option with_fsl_debuglogcode no
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
|
|
|
@@ -68,11 +68,10 @@ AutoReqProv: no
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
- --with-cfgdir=%{l_prefix}/etc/fsl \
|
|
|
-%if "%{with_fsl_debug}" == "yes"
|
|
|
- --with-fsl-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\", timezone=local) \
|
|
|
- -> { trace: file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=0644); \
|
|
|
- (debug): file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=0644) }" \
|
|
|
+%if "%{with_fsl_debuglogcode}" == "yes"
|
|
|
+ --with-fsl-debuglogcode=yes \
|
|
|
+ --with-fsl-debuglogfile=%{l_prefix}/var/fsl/debuglogfile \
|
|
|
+ --with-fsl-debuglogmask=%{l_prefix}/var/fsl/debuglogmask \
|
|
|
%endif
|
|
|
--disable-shared
|
|
|
%{l_make} %{l_mflags}
|