Set MODCMAKE_USE_SAHRED_LIBS to No

Bro uses cmake outside the module so MODCMAKE_USE_SAHRED_LIBS Yes is
unfortunately ineffective
This commit is contained in:
rsadowski 2022-03-18 21:06:59 +00:00
parent 2bb505eaca
commit 60f925aaf8

View File

@ -81,6 +81,8 @@ LDFLAGS += "-latomic"
WANTLIB += atomic
.endif
MODCMAKE_USE_SAHRED_LIBS = No
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/libbind \
-lbind -Wl,-rpath ${LOCALBASE}/lib/libbind"