Commit ea84947e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: build cddb with WIN32_LEAN_AND_MEAN

This works around a conflict with <winioctl.h>.
parent 29d3ded7
......@@ -26,6 +26,6 @@ endif
.cddb: cddb .regex
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-iconv CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int"
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-iconv CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int -DWIN32_LEAN_AND_MEAN"
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment