fix imapfilter compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 27 Sep 2008 11:25:41 +0000 (11:25 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 27 Sep 2008 11:25:41 +0000 (11:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12726 3c298f89-4303-0410-b956-a3cf2f4a3e73

mail/imapfilter/Makefile

index 89a237c..fe8d1be 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" \
-               MYCFLAGS="$(TARGET_CFLAGS)"
+               MYCFLAGS="$(TARGET_CFLAGS)" \
+               MYLDFLAGS="-lcrypt" 
 endef
 
 define Package/imapfilter/conffiles