This website requires JavaScript.
Explore
Help
Register
Sign In
298977887
/
lede
Watch
1
Star
0
Fork
0
You've already forked lede
mirror of
https://github.com/coolsnowwolf/lede.git
synced
2025-06-12 07:02:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lede
/
tools
/
automake
/
files
/
aclocal
3 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update source
2017-09-06 19:19:45 +08:00
#!/usr/bin/env sh
automake: always use correct path for aclocal.real Before this commit, it was assumed that aclocal.real is in the PATH. While this was fine for the normal build workflow, this led to some issues if make TOPDIR="$(pwd)" -C "$pkgdir" compile was called manually. The command failed with: /home/.../openwrt/staging_dir/host/bin/aclocal: line 2: aclocal.real: command not found autoreconf: /home/.../openwrt/staging_dir/host/bin/aclocal failed with exit status: 127 After the commit, the package is built sucessfully. Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
2021-08-10 00:48:40 +02:00
${STAGING_DIR_HOST}/bin/aclocal.real $ACLOCAL_INCLUDE $@
Reference in New Issue
Copy Permalink