wok diff uhd/receipt @ rev 23443
updated postfixadmin again (3.2 -> 3.2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 02 15:23:47 2020 +0100 (2020-04-02) |
parents | e9d3c81466d5 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/uhd/receipt Wed Feb 15 11:22:40 2017 +0100 1.2 +++ b/uhd/receipt Thu Apr 02 15:23:47 2020 +0100 1.3 @@ -21,6 +21,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|native(|native_handle(|' host/lib/transport/*.cpp \ 1.8 + host/examples/*.cpp 1.9 + sed -i 's|timeout \* 1000.0|long(&)|' host/lib/usrp/x300/x300_impl.cpp 1.10 + sed -i 's|\(milliseconds\)\(.*\);|\1(long\2);|' \ 1.11 + host/examples/tx_samples_from_file.cpp 1.12 + sed -i 's|\(:seconds\)\(.*\))|\1(long\2))|' \ 1.13 + host/examples/rx_samples_to_file.cpp 1.14 export LDFLAGS="$LDFLAGS -ltinfo" 1.15 cd $src/host 1.16 mkdir build