wok rev 15307
hardinfo: add libm & libgmodule-2.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 13:49:30 2013 +0000 (2013-09-27) |
parents | acd27f3db454 |
children | d1d3baac286f |
files | hardinfo/receipt |
line diff
1.1 --- a/hardinfo/receipt Fri Sep 27 13:31:06 2013 +0000 1.2 +++ b/hardinfo/receipt Fri Sep 27 13:49:30 2013 +0000 1.3 @@ -28,7 +28,7 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 $CONFIGURE_ARGS && 1.7 - make LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0" && 1.8 + sed -i 's/^GTK_LIBS.*/& -lgmodule-2.0 -lm/' Makefile && make && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11