Browse Source

disable threads because gcc3.2.1 doesn't handle freebsd's atomic_XXX variables

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
f111afc02e
  1. 4
      apr/apr.spec

4
apr/apr.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: System
License: Apache
Version: 0.9.1
Release: 20021026
Release: 20030114
# list of sources
Source0: http://www.apache.org/dist/apr/apr-%{version}.tar.gz
@ -61,7 +61,7 @@ AutoReqProv: no
--prefix=%{l_prefix} \
--includedir=%{l_prefix}/include/apr \
--enable-layout=GNU \
--enable-threads \
--disable-threads \
--disable-shared
%{l_make} %{l_mflags -O}

Loading…
Cancel
Save