[Lunar-commits] <moonbase> samba: fixed build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Mar 10 02:00:10 CET 2010
commit 59262a19537b26219a9d0868680a1392d8632cd5
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed Mar 10 02:00:10 2010 +0100
samba: fixed build
---
net/samba/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/net/samba/BUILD b/net/samba/BUILD
index 525c2b4..99cc639 100644
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -4,7 +4,8 @@
WITH_PAM="--with-pam --with-pam_smbpass"
fi &&
- cd source3
+ cd source3 &&
+ LDFLAGS+=" -Wl,--no-as-needed"
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
More information about the Lunar-commits
mailing list