package/pkg-golang: add PATH in GO_TARGET_ENV
Some Go packages use pkg-config to detect native libraries, so we must
have $(BR_PATH) in the PATH so that our pkg-config in HOST_DIR gets
used.
Fixes:
http://autobuild.buildroot.net/results/f85414244c25aba07a05109b5cd7658ae44a64ea/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>