summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/samba-devel/files/patch-Makefile.in (renamed from net/samba-devel/files/patch-source_Makefile.in)0
-rw-r--r--net/samba-devel/files/patch-configure.in11
-rw-r--r--net/samba-devel/files/patch-python_setup.py12
-rw-r--r--net/samba3/files/patch-Makefile.in (renamed from net/samba3/files/patch-source_Makefile.in)0
-rw-r--r--net/samba3/files/patch-configure.in11
-rw-r--r--net/samba3/files/patch-python_setup.py12
6 files changed, 46 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-source_Makefile.in b/net/samba-devel/files/patch-Makefile.in
index 05811dbdd358..05811dbdd358 100644
--- a/net/samba-devel/files/patch-source_Makefile.in
+++ b/net/samba-devel/files/patch-Makefile.in
diff --git a/net/samba-devel/files/patch-configure.in b/net/samba-devel/files/patch-configure.in
new file mode 100644
index 000000000000..bdba5d47cd7c
--- /dev/null
+++ b/net/samba-devel/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Sat Jan 31 04:40:54 2004
++++ configure.in Sat Jan 31 04:43:23 2004
+@@ -4037,6 +4037,8 @@
+ # the Linux version.
+ WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \
+ nsswitch/winbind_nss_linux.o"
++ WINBIND_NSS="nsswitch/nss_winbind.$SHLIBEXT"
++ WINBIND_WINS_NSS="nsswitch/nss_wins.$SHLIBEXT"
+ ;;
+ *irix*)
+ # IRIX has differently named shared libraries
diff --git a/net/samba-devel/files/patch-python_setup.py b/net/samba-devel/files/patch-python_setup.py
new file mode 100644
index 000000000000..fb7a58cf43d9
--- /dev/null
+++ b/net/samba-devel/files/patch-python_setup.py
@@ -0,0 +1,12 @@
+--- python/setup.py.orig Thu Mar 4 05:28:18 2004
++++ python/setup.py Thu Mar 4 05:29:35 2004
+@@ -57,6 +57,9 @@
+ if lib[0:2] == "-L":
+ library_dirs.append(lib[2:])
+ continue
++ if lib[0:2] == "-W":
++ # Skip linker flags
++ continue
+ print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib
+ sys.exit(1)
+
diff --git a/net/samba3/files/patch-source_Makefile.in b/net/samba3/files/patch-Makefile.in
index 05811dbdd358..05811dbdd358 100644
--- a/net/samba3/files/patch-source_Makefile.in
+++ b/net/samba3/files/patch-Makefile.in
diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in
new file mode 100644
index 000000000000..bdba5d47cd7c
--- /dev/null
+++ b/net/samba3/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Sat Jan 31 04:40:54 2004
++++ configure.in Sat Jan 31 04:43:23 2004
+@@ -4037,6 +4037,8 @@
+ # the Linux version.
+ WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \
+ nsswitch/winbind_nss_linux.o"
++ WINBIND_NSS="nsswitch/nss_winbind.$SHLIBEXT"
++ WINBIND_WINS_NSS="nsswitch/nss_wins.$SHLIBEXT"
+ ;;
+ *irix*)
+ # IRIX has differently named shared libraries
diff --git a/net/samba3/files/patch-python_setup.py b/net/samba3/files/patch-python_setup.py
new file mode 100644
index 000000000000..fb7a58cf43d9
--- /dev/null
+++ b/net/samba3/files/patch-python_setup.py
@@ -0,0 +1,12 @@
+--- python/setup.py.orig Thu Mar 4 05:28:18 2004
++++ python/setup.py Thu Mar 4 05:29:35 2004
+@@ -57,6 +57,9 @@
+ if lib[0:2] == "-L":
+ library_dirs.append(lib[2:])
+ continue
++ if lib[0:2] == "-W":
++ # Skip linker flags
++ continue
+ print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib
+ sys.exit(1)
+