[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#9087) Minor patch for OpenLDAP use of windres when cross-compiling



Full_Name: Chris Zagar
Version: 2.4.48
OS: 
URL: ftp://ftp.openldap.org/incoming/chris-zagar-190920.patch
Submission from: (NULL) (68.98.212.84)


The file libraries/liblutil/Makefile.in is hard-coded to call windres when
compiling the resources for slapdmsg.rc.  This causes a problem when building
using a cross-compiler.  Please consider using $(RC) instead to allow the
complete name for windres to be specified.

Thanks!