mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
r25884: Specify shldflags first, as required by some compilers.
(cherry picked from commit 40a8cd0d2f
)
This commit is contained in:
parent
ddfc86b71d
commit
42b56f77ff
@ -45,7 +45,7 @@ libtalloc.a: $(LIBOBJ)
|
||||
@-ranlib $@
|
||||
|
||||
$(SOLIB): $(LIBOBJ)
|
||||
$(CC) $(SONAMEFLAG)$(SONAME) $(SHLD_FLAGS) -o $@ $^
|
||||
$(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^
|
||||
|
||||
install: all
|
||||
${INSTALLCMD} -d $(DESTDIR)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user