mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Some more build fixes from OpenSUSE
These update some outdated library path searches as well as a couple of gcc-specific improvements. Original patch: https://build.opensuse.org/package/view_file/shells/ksh/ksh93-compat.dif
This commit is contained in:
parent
52067c3d37
commit
be33942415
5 changed files with 15 additions and 5 deletions
|
|
@ -134,7 +134,7 @@ tst typ_signed_size_t output{
|
|||
}
|
||||
}end
|
||||
|
||||
define offsetof (type,member) ((size_t)&(((type*)0)->member))
|
||||
define offsetof (type,member) __builtin_offsetof(type,member)
|
||||
define EXIT_FAILURE 1
|
||||
define EXIT_SUCCESS 0
|
||||
define MB_CUR_MAX 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue