diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-30 09:32:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-30 09:32:15 +0200 |
commit | a4bba08343325113122b6601b09fe70e501bd93b (patch) | |
tree | d785470cc7bb5a10f9157138f8f8e1d155229803 /CHANGES | |
parent | bc065596b4dd69fa36e2f8319b63fc4cd9e18529 (diff) | |
download | buildroot-novena-a4bba08343325113122b6601b09fe70e501bd93b.tar.gz buildroot-novena-a4bba08343325113122b6601b09fe70e501bd93b.zip |
lockfile-progs: use correct CFLAGS
Use the correct CFLAGS from BR and not just the LDFLAGS. This is especially
important for external toolchain setups, but the lockfile-progs buildsystem
also hardcodes -Werror, which breaks the build in certain setups.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ Fixes all over the tree. - Updated/fixed packages: coreutils, hal, libcap, ncftp, - xserver_xorg-server + Updated/fixed packages: coreutils, hal, libcap, + lockfile-progs, ncftp, xserver_xorg-server Issues resolved (http://bugs.uclibc.org): |