summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-24 16:06:29 +0000
committerWayne Davison <wayned@samba.org>2007-04-24 16:06:29 +0000
commitcbf626fd6252135ad282c812c3b4c09f51e96c0d (patch)
tree25196539280ca7ad5f70b35b0bfb16ab0efa8c47 /Makefile.in
parent1c702303eb53e9a5e6298eb7fcc2a3ea7bee5ccd (diff)
downloadrsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.tar.gz
rsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.tar.bz2
rsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.zip
Fixed build problem for tls for those using the included popt.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8bd5b688..e2e5c65c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)