summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2009-08-02 00:34:47 +0200
committerThomas Petazzoni2009-08-02 00:36:47 +0200
commitdcb752b1654d4186d02bbaa9db3b865ac03785cd (patch)
tree2fe760f8f0304ab7aa7f9ea29759362710147f05 /CHANGES
parenttarget/device: rename program invocation symbol in defconfigs (diff)
downloadbuildroot-dcb752b1654d4186d02bbaa9db3b865ac03785cd.tar.gz
buildroot-dcb752b1654d4186d02bbaa9db3b865ac03785cd.tar.xz
buildroot-dcb752b1654d4186d02bbaa9db3b865ac03785cd.zip
pciutils: fix build with external toolchains
Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS to pciutils build system. Therefore, at link time, the pciutils build system was not taking into account the important --sysroot option, which was breaking the link with external toolchains. Fixes bug #523. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 527383c9d..684b3946c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,7 @@
#495: Bump bind package to 9.5.1-P3 (security)
#497: OpenSSL RSA key generation hangs on x86_64
#509: Bump sqlite package to 3.6.16
+ #527: pciutils broken with external toolchain
2009.05, Released June 1st, 2009: