diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-17 22:45:22 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-17 22:45:22 +0200 |
commit | dfa2a513e1aa7f6ec47f630c5d31d98cd098f408 (patch) | |
tree | 901e8de214b3fb3145feffa4534bcd28d2642079 /CHANGES | |
parent | 4f3f291a3bfc1893cbfb4d9803c35a4f6752784d (diff) |
squashfs: fix build with uClibc
squashfs used the get_nprocs() GNU extension, instead of directly
calling sysconf(), breaking the build on uClibc.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ Updated/fixed packages: busybox, cdrkit, file, gawk, gstreamer, intltool, ipsec-tools, iptables, libart, libidn, - lmbench, lrzsz, netperf, openssl, php, qt, sqlite, tn5250, - usbutils, xkeyboard-config + lmbench, lrzsz, netperf, openssl, php, qt, sqlite, squashfs, + tn5250, usbutils, xkeyboard-config Removed packages: modutils |