The Samba-Bugzilla – Attachment 1437 Details for
Bug 3086
New SVN snapshots of Samba3 can not be built on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch removes linking error on FreeBSD
Makefile.in.patch (text/plain), 1.00 KB, created by
Alex Masterov
on 2005-09-12 02:21:24 UTC
(
hide
)
Description:
This patch removes linking error on FreeBSD
Filename:
MIME Type:
Creator:
Alex Masterov
Created:
2005-09-12 02:21:24 UTC
Size:
1.00 KB
patch
obsolete
>--- Makefile.in.orig Mon Sep 12 14:10:52 2005 >+++ Makefile.in Mon Sep 12 14:12:47 2005 >@@ -1314,15 +1314,15 @@ > > bin/tdbbackup@EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy > @echo Linking $@ >- @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBBACKUP_OBJ) @SOCKWRAP@ >+ @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LDFLAGS) $(LIBS) $(TDBBACKUP_OBJ) @SOCKWRAP@ > > bin/tdbtool@EXEEXT@: $(TDBTOOL_OBJ) bin/.dummy > @echo Linking $@ >- @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBTOOL_OBJ) @SOCKWRAP@ >+ @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LDFLAGS) $(LIBS) $(TDBTOOL_OBJ) @SOCKWRAP@ > > bin/tdbdump@EXEEXT@: $(TDBDUMP_OBJ) bin/.dummy > @echo Linking $@ >- @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBDUMP_OBJ) @SOCKWRAP@ >+ @$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LDFLAGS) $(LIBS) $(TDBDUMP_OBJ) @SOCKWRAP@ > > bin/t_strcmp@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_strcmp.o > $(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3086
: 1437