projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e479817
)
Fix ssmtp compilation
author
Florian Fainelli
<florian@openwrt.org>
Wed, 5 Sep 2007 16:31:38 +0000
(16:31 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 5 Sep 2007 16:31:38 +0000
(16:31 +0000)
SVN-Revision: 8629
net/ssmtp/Makefile
patch
|
blob
|
history
diff --git
a/net/ssmtp/Makefile
b/net/ssmtp/Makefile
index 13d53e30eec5769d9d09c3d64e71f2ad14046f7b..331f2b75ae4f53ec0e187d88c3a94969b78a0f76 100644
(file)
--- 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