]> git.pld-linux.org Git - packages/dazuko.git/commitdiff
- SMP safe version of d_path is exported by PLD kernel; disable included
authoraredridel <aredridel@pld-linux.org>
Sun, 27 Mar 2005 18:33:08 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dazuko.spec -> 1.6

dazuko.spec

index 9478315703d379f10d849c79bee028b9dcd86887..579a24099dea0a60a09ab746a061ecca2e547d16 100644 (file)
@@ -133,7 +133,8 @@ Statyczne biblioteki Dazuko.
 %if %{with kernel}
 # NOTE: It's not autoconf configure.
 bash ./configure \
-       --kernelsrcdir=%{_kernelsrcdir}
+       --kernelsrcdir=%{_kernelsrcdir} \
+       --disable-local-dpath
 
 # kernel module(s)
 for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
This page took 0.110632 seconds and 4 git commands to generate.