]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/haserl/haserl.mk
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / haserl / haserl.mk
index 3db70ef48e4a894ac065030746081494ec0b424a..f0de7908d4b4a85fdcd7ed1c01dc10dc452f126d 100644 (file)
@@ -19,7 +19,7 @@ ifeq ($(BR2_PACKAGE_HASERL_WITH_LUA),y)
        HASERL_DEPENDENCIES += lua
 
 # liblua uses dlopen when dynamically linked
-ifneq ($(BR2_PREFER_STATIC_LIB),y)
+ifneq ($(BR2_STATIC_LIBS),y)
        HASERL_CONF_ENV += LIBS="-ldl"
 endif