wok diff geany-plugins/receipt @ rev 20835

updated dhcp6, dhcp6-client, and dhcp6-relay (4.2.2 -> 4.4.1)
author Hans-G?nter Theisgen
date Wed Feb 20 13:39:22 2019 +0100 (2019-02-20)
parents a78610b2eb47
children cc07895be981
line diff
     1.1 --- a/geany-plugins/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/geany-plugins/receipt	Wed Feb 20 13:39:22 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  #HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="enchant gtkspell geany lua"
     1.7 -BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev"
     1.8 +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev libxml2-dev bash"
     1.9  
    1.10  # Handle cross compilation.
    1.11  case "$ARCH" in
    1.12 @@ -23,6 +23,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	#ln -fs bash /bin/sh	# needs var+="string" support
    1.17  	./configure \
    1.18  		--libexecdir=/usr/lib \
    1.19  		--enable-addons \