Make error: Package nettle was not found in the pkg-config search path
apt-get install libc6-dev-i386
#if install failed: apt-get install libc6-dev-i386 --fix-missing
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
vim build_dir/target-mips_24kc_musl-1.1.16/dnsmasq-full/dnsmasq-2.73/Makefile
make package/dnsforwarder/compile V=99
#if install failed: apt-get install libc6-dev-i386 --fix-missing
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
vim build_dir/target-mips_24kc_musl-1.1.16/dnsmasq-full/dnsmasq-2.73/Makefile
all: export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
$(CC) $(CFLAGS) $(COPTS) $(i18n) $(build_cflags) $(RPM_OPT_FLAGS) -I/usr/include -I/usr/include/x86_64-linux-gnu/ -c $<
make package/dnsforwarder/compile V=99
Comments
Post a Comment