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

contrib: fix cddb dependency

parent deef5535
...@@ -24,7 +24,9 @@ ifdef HAVE_WIN32 ...@@ -24,7 +24,9 @@ ifdef HAVE_WIN32
endif endif
$(MOVE) $(MOVE)
.cddb: cddb .regex DEPS_cddb = regex $(DEPS_regex)
.cddb: cddb
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-iconv CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int -DWIN32_LEAN_AND_MEAN" cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-iconv CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int -DWIN32_LEAN_AND_MEAN"
cd $< && $(MAKE) install cd $< && $(MAKE) install
......
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