Fixed build problem for tls for those using the included popt.
authorWayne Davison <wayned@samba.org>
Tue, 24 Apr 2007 16:06:29 +0000 (16:06 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 24 Apr 2007 16:06:29 +0000 (16:06 +0000)
Makefile.in

index 8bd5b68..e2e5c65 100644 (file)
@@ -85,7 +85,7 @@ mkrounding$(EXEEXT): mkrounding.c rsync.h
        @rm mkrounding.h
 
 tls$(EXEEXT): $(TLS_OBJ)
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) @BUILD_POPT@ $(LIBS)
 
 getgroups$(EXEEXT): getgroups.o
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS)