source:
freewrt/package/samba/patches/300-shared_lib_ldflags_fix.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 900 bytes | |
-
samba-2.0.10/source/Makefile.in
old new 475 475 476 476 bin/smbwrapper.@SHLIBEXT@: $(PICOBJS) 477 477 @echo Linking shared library $@ 478 @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS) $(L IBS)478 @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS) 479 479 480 480 bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32) 481 481 @echo Linking shared library $@ 482 @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(L IBS)482 @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LDFLAGS) $(LIBS) 483 483 484 484 bin/smbsh: $(SMBSH_OBJ) bin/.dummy 485 485 @echo Linking $@ … … 487 487 488 488 bin/libsmb.@SHLIBEXT@: $(LIBSMB_PICOBJS) bin/.dummy 489 489 @echo Linking shared library $@ 490 @$(LD) @LDSHFLAGS@ -o $@ $(LIBSMB_PICOBJS) $(L IBS)490 @$(LD) @LDSHFLAGS@ -o $@ $(LIBSMB_PICOBJS) $(LDFLAGS) $(LIBS) 491 491 492 492 install: installbin installman installscripts installcp installswat 493 493
Note:
See TracBrowser
for help on using the repository browser.
