mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
extensions/ACCOUNT/Makefile.am change ${top_srcdir} to ../../ (used in 3.24) to fix the following error cp: cannot stat '/Volumes/x64/openwrt/build_dir/target-x86_64_musl/linux-x86_64/xtables-addons-3.26/ipkg-install/usr/lib/iptables/libxt_ACCOUNT.so': No such file or directory Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
12 lines
350 B
Diff
12 lines
350 B
Diff
--- a/extensions/ACCOUNT/Makefile.am
|
|
+++ b/extensions/ACCOUNT/Makefile.am
|
|
@@ -3,7 +3,7 @@
|
|
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
|
|
AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
|
|
|
|
-include ${top_srcdir}/Makefile.extra
|
|
+include ../../Makefile.extra
|
|
|
|
sbin_PROGRAMS = iptaccount
|
|
iptaccount_LDADD = libxt_ACCOUNT_cl.la
|