Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
02_no_use_gnu.patch | src/cplat.h: Don't define __USE_GNU There were two things wrong with it: - __USE_GNU is glibc-internal, the external define is _GNU_SOURCE - defining such macros after the first include is wrong, in this case it caused FTBFS on ia64 . An option would be to pass -D_GNU_SOURCE when building, but as far as I can see the define was not (anymore?) needed at all. |
Adrian Bunk <bunk@debian.org> | no | |||
03_cross_buildable.patch | Make epstool cross buildable by not hardcoding gcc as linker | Helmut Grohne <helmut@subdivi.de> | no |