Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / utils / crelay / patches / 010-link_with_ftdi1.patch
1 --- a/src/Makefile
2 +++ b/src/Makefile
3 @@ -44,7 +44,7 @@ OPTS  += -DDRV_CONRAD
4  endif
5  ifeq ($(DRV_SAINSMART), y)
6  SRC    += relay_drv_sainsmart.c
7 -LIBS   += -lftdi
8 +LIBS   += -lftdi1
9  OPTS   += -DDRV_SAINSMART
10  endif
11  ifeq ($(DRV_SAINSMART16), y)