# HG changeset patch # User Pascal Bellard # Date 1420318712 -3600 # Node ID 5cad8b9a758ccba5f523be5ce74df8a845bc41d2 # Parent aa46cf9cc35a92b842674d9252101358b1394f00 xrestop: fix build diff -r aa46cf9cc35a -r 5cad8b9a758c xrestop/receipt --- a/xrestop/receipt Sat Jan 03 21:41:48 2015 +0100 +++ b/xrestop/receipt Sat Jan 03 21:58:32 2015 +0100 @@ -15,6 +15,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="-Wl,--copy-dt-needed-entries" ./configure --prefix=/usr make make install