Skip to content

Commit

Permalink
Remove dep on termcap, it pulls the system one and isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
PerilousApricot committed Oct 30, 2013
1 parent 678cce4 commit 7771916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erlang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ find . -name configure | xargs perl -p -i -e 's/-no-cpp-precomp//'

./configure CPPFLAGS=-I$ZLIB_ROOT/include LDFLAGS=-L$ZLIB_ROOT/lib \
--prefix=%i %flavour --without-javac --enable-shared-zlib \
--with-ssl=$OPENSSL_ROOT --enable-dynamic-ssl-lib
make %makeprocesses
--with-ssl=$OPENSSL_ROOT --enable-dynamic-ssl-lib --without-termcap
make

%install
make install
Expand Down

0 comments on commit 7771916

Please sign in to comment.