GNOME Bugzilla – Bug 501432
libgnomekbd Cygwin build fixes
Last modified: 2007-12-05 23:22:42 UTC
I'm attaching a patch which fixes the building of libgnomekbd on Cygwin, as well as fixing a parallel build issue.
Created attachment 100162 [details] [review] 2.20.0 Cygwin patch Two points: 1) '-no-undefined' is required by Cygwin (and MinGW) for building shared libraries. 2) By specifying libgnomekbd.la by file name and placing it in LIBADD, automake adds it to libgnomekbdui_la_DEPENDENCIES, assuring that the first is made before the second with a parallel build.
Thanks, committed!