summaryrefslogtreecommitdiffstats
path: root/package/stunnel
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-03-13 22:59:59 +0000
committerEric Andersen <andersen@codepoet.org>2007-03-13 22:59:59 +0000
commit85d7f6f05f87b52a56b603c95e68498f04877f64 (patch)
tree5a3ca2b8e415e92f331976457635fa28ac037ba3 /package/stunnel
parent0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af (diff)
downloadbuildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.tar.gz
buildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.zip
fixup package LDFLAGS handling
Diffstat (limited to 'package/stunnel')
-rw-r--r--package/stunnel/stunnel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index bc1e81067..c18cc1d02 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -25,7 +25,7 @@ $(STUNNEL_DIR)/.configured: $(STUNNEL_DIR)/.unpacked
(cd $(STUNNEL_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS=-L$(STAGING_DIR)/lib \
+ LDFLAGS="$(TARGET_LDFLAGS)"
ac_cv_file___dev_ptmx_=yes \
ac_cv_file___dev_ptc_=no \
./configure \