wok-6.x diff python-edbus/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | 86790a278e70 |
children | 192db54e5c3d |
line diff
1.1 --- a/python-edbus/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/python-edbus/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -14,7 +14,7 @@ 1.4 1.5 DEPENDS="edbus dbus-python dbus-helper" 1.6 BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper 1.7 -autoconf automake git subversion libtool" 1.8 +autoconf automake git subversion libtool file" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()