diff options
-rw-r--r-- | main/open-lldp/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/open-lldp/APKBUILD b/main/open-lldp/APKBUILD index 25dd655494..ef1e73f039 100644 --- a/main/open-lldp/APKBUILD +++ b/main/open-lldp/APKBUILD @@ -22,7 +22,8 @@ prepare() { cd "$_builddir" sed -i 's/ln -T -s/ln -s/' Makefile.am || exit 1 #sed -i 's/ln -T -s/ln -s/' Makefile.in || exit 1 - sed -i 's/-Werror //' configure.ac || exit 1 + sed -i -e 's/-Werror//' Makefile.am configure.ac || exit 1 + libtoolize --force && aclocal && autoconf --force && automake --add-missing } build() { |