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:
parent
2bb505eaca
commit
60f925aaf8
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user