]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- thread problems? maybe LD_ASSUME_KERNEL=2.4.19 will help
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 29 Sep 2005 18:57:03 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang.spec -> 1.22

erlang.spec

index 4a7ba4feb4ba9a04db8a4f849028455cb5c14e30..b600fbe14dd952cdef9ce6006fef3f66272ed7f1 100644 (file)
@@ -71,7 +71,7 @@ cd ..
 %configure \
        --with%{!?with_java:out}-java
 ERL_TOP=`pwd`; export ERL_TOP
 %configure \
        --with%{!?with_java:out}-java
 ERL_TOP=`pwd`; export ERL_TOP
-%{__make} \
+LD_ASSUME_KERNEL=2.4.19 %{__make} \
        TARGET="%{_erl_target}" \
        || { find . -name erl_crash.dump | xargs cat ; exit 1 ; }
 
        TARGET="%{_erl_target}" \
        || { find . -name erl_crash.dump | xargs cat ; exit 1 ; }
 
This page took 0.048061 seconds and 4 git commands to generate.