wok-6.x diff hardinfo/receipt @ rev 16998
pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 11 01:56:38 2014 +0200 (2014-08-11) |
parents | 036b997ec7e1 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/hardinfo/receipt Fri Aug 16 08:40:38 2013 +0000 1.2 +++ b/hardinfo/receipt Mon Aug 11 01:56:38 2014 +0200 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