Skip to content

Commit 4c8683c

Browse files
committed
update to popt 1.19
1 parent 85c906f commit 4c8683c

File tree

11 files changed

+3365
-1392
lines changed

11 files changed

+3365
-1392
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ OBJS2=options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o \
5050
OBJS3=progress.o pipe.o @MD5_ASM@ @ROLL_SIMD@ @ROLL_ASM@
5151
DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o authenticate.o
5252
popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
53-
popt/popthelp.o popt/poptparse.o
53+
popt/popthelp.o popt/poptparse.o popt/poptint.o
5454
OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) @BUILD_ZLIB@ @BUILD_POPT@
5555

5656
TLS_OBJ = tls.o syscall.o util2.o t_stub.o lib/compat.o lib/snprintf.o lib/permstring.o lib/sysxattrs.o @BUILD_POPT@

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,8 @@ if test x"$with_included_popt" = x"yes"; then
10841084
AC_MSG_RESULT($srcdir/popt)
10851085
BUILD_POPT='$(popt_OBJS)'
10861086
CFLAGS="-I$srcdir/popt $CFLAGS"
1087+
AC_DEFINE(POPT_SYSCONFDIR, "/etc", [sysconfig dir for popt])
1088+
AC_DEFINE(PACKAGE, "rsync", [package name for rsync])
10871089
if test x"$ALLOCA" != x
10881090
then
10891091
# this can be removed when/if we add an included alloca.c;

0 commit comments

Comments
 (0)