From: florian Date: Wed, 5 Sep 2007 16:31:38 +0000 (+0000) Subject: Fix ssmtp compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=85faccce7cf90c05c8705a8ec26e86ee7c50ae5a;p=packages.git Fix ssmtp compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@8629 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/ssmtp/Makefile b/net/ssmtp/Makefile index 13d53e30e..331f2b75a 100644 --- a/net/ssmtp/Makefile +++ b/net/ssmtp/Makefile @@ -32,9 +32,11 @@ define Package/ssmtp URL:=http://packages.debian.org/stable/mail/ssmtp endef -EXTRA_LDFLAGS+=-Wl,-rpath-link,$(STAGING_DIR)/usr/lib +EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include +EXTRA_LDFLAGS+=-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib + TARGET_CONFIGURE_OPTS+=\ - CC="$(TARGET_CC) $(EXTRA_LDFLAGS)" + CC="$(TARGET_CC) $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)" CONFIGURE_ARGS += \ --enable-ssl