sdksyms.sh addition break build on sparc
David Miller
davem at davemloft.net
Mon Dec 8 15:49:16 PST 2008
This change:
commit b1dac41fb3853ca8182048ea57b88b6e84ecceb3
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date: Sun Dec 7 02:22:19 2008 -0200
Use libtool convenience libraries and better "symbol" table.
seems to break the build on sparc:
sdksyms.c:1740: error: ‘sbus_devtable’ undeclared here (not in a function)
The new awk code is not handling:
extern _X_EXPORT struct sbus_devtable {
int devId;
int fbType;
char *promName;
char *driverName;
char *descr;
} sbusDeviceTable[];
properly, as it ends up fetching 'sbus_devtable' instead of
'sbusDeviceTable'
More information about the xorg
mailing list