wok-next diff sysklogd/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents d5aab818505e
children
line diff
     1.1 --- a/sysklogd/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/sysklogd/receipt	Thu Jun 25 10:33:28 2020 +0100
     1.3 @@ -12,6 +12,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="${WEB_SITE}download/$TARBALL"
     1.6  
     1.7 +TAGS_std="LFS"
     1.8 +
     1.9  compile_rules() {
    1.10  	sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
    1.11  	sed -i 's/union wait/int/' syslogd.c
    1.12 @@ -23,8 +25,3 @@
    1.13  	mkdir -p $install/etc
    1.14  	cp $stuff/syslog.conf $install/etc
    1.15  }
    1.16 -
    1.17 -genpkg_rules() {
    1.18 -	copy @std
    1.19 -	TAGS="LFS"
    1.20 -}