mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on
systems other than linux. Andrew Bartlett
This commit is contained in:
parent
6db6a48711
commit
80f1f68b6f
@ -619,11 +619,11 @@ bin/.dummy:
|
||||
bin/smbd: $(SMBD_OBJ) bin/.dummy
|
||||
@echo Linking $@
|
||||
@$(CC) $(FLAGS) -o $@ $(SMBD_OBJ) $(LDFLAGS) $(DYNEXP) $(PRINTLIBS) \
|
||||
$(AUTHLIBS) $(LIBS)
|
||||
$(AUTHLIBS) $(LIBS) @BUILD_POPT@
|
||||
|
||||
bin/nmbd: $(NMBD_OBJ) bin/.dummy
|
||||
@echo Linking $@
|
||||
@$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(LIBS)
|
||||
@$(CC) $(FLAGS) -o $@ $(NMBD_OBJ) $(LDFLAGS) $(LIBS) @BUILD_POPT@
|
||||
|
||||
bin/wrepld: $(WREPL_OBJ) bin/.dummy
|
||||
@echo Linking $@
|
||||
|
Loading…
Reference in New Issue
Block a user