fix imapfilter compile
authorFelix Fietkau <nbd@openwrt.org>
Sat, 27 Sep 2008 11:25:41 +0000 (11:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 27 Sep 2008 11:25:41 +0000 (11:25 +0000)
SVN-Revision: 12726

mail/imapfilter/Makefile

index 89a237c7f373936ff3a9f77db35983e3800c4f73..fe8d1be9e7d62527a8eb04cdc339cf3df534573e 100644 (file)
@@ -50,7 +50,8 @@ define Build/Compile
                $(TARGET_CONFIGURE_OPTS) \
                INCDIRS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
                LIBDIRS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
                $(TARGET_CONFIGURE_OPTS) \
                INCDIRS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
                LIBDIRS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
-               MYCFLAGS="$(TARGET_CFLAGS)"
+               MYCFLAGS="$(TARGET_CFLAGS)" \
+               MYLDFLAGS="-lcrypt" 
 endef
 
 define Package/imapfilter/conffiles
 endef
 
 define Package/imapfilter/conffiles