source: freewrt/package/samba/patches/300-shared_lib_ldflags_fix.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 900 bytes
  • samba-2.0.10/source/Makefile.in

    old new  
    475475
    476476bin/smbwrapper.@SHLIBEXT@: $(PICOBJS)
    477477        @echo Linking shared library $@
    478         @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS) $(LIBS)
     478        @$(LD) @LDSHFLAGS@ -o $@ $(PICOBJS) $(LDFLAGS) $(LIBS)
    479479
    480480bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32)
    481481        @echo Linking shared library $@
    482         @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LIBS)
     482        @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LDFLAGS) $(LIBS)
    483483
    484484bin/smbsh: $(SMBSH_OBJ) bin/.dummy
    485485        @echo Linking $@
     
    487487
    488488bin/libsmb.@SHLIBEXT@: $(LIBSMB_PICOBJS) bin/.dummy
    489489        @echo Linking shared library $@
    490         @$(LD) @LDSHFLAGS@ -o $@ $(LIBSMB_PICOBJS) $(LIBS)
     490        @$(LD) @LDSHFLAGS@ -o $@ $(LIBSMB_PICOBJS) $(LDFLAGS) $(LIBS)
    491491
    492492install: installbin installman installscripts installcp installswat
    493493
Note: See TracBrowser for help on using the repository browser.