# HG changeset patch # User Pascal Bellard # Date 1426934181 -3600 # Node ID 57b29da0fd99df51ce7a629fb3d48496eced2003 # Parent 6a2e6eb3573584e2663fdae3cd8c77c77d264b03 tilda: use static flex library (since flex 2.5.39) diff -r 6a2e6eb35735 -r 57b29da0fd99 tilda/receipt --- a/tilda/receipt Sat Mar 21 11:15:53 2015 +0100 +++ b/tilda/receipt Sat Mar 21 11:36:21 2015 +0100 @@ -17,6 +17,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|LEXLIB=.*|LEXLIB=/usr/lib/libfl.a|' configure sed -i 's||' src/tomboykeybinder.h src/tilda.c ./configure $CONFIGURE_ARGS && make && make install