|
@@ -11,6 +11,9 @@ RSYNC_LICENSE_FILES = COPYING
|
|
RSYNC_CPE_ID_VENDOR = samba
|
|
RSYNC_CPE_ID_VENDOR = samba
|
|
RSYNC_SELINUX_MODULES = rsync
|
|
RSYNC_SELINUX_MODULES = rsync
|
|
RSYNC_DEPENDENCIES = zlib popt
|
|
RSYNC_DEPENDENCIES = zlib popt
|
|
|
|
+# We know that our C library is modern enough for C99 vsnprintf(). Since
|
|
|
|
+# configure can't detect this, we tell configure that vsnprintf() is safe.
|
|
|
|
+RSYNC_CONF_ENV = rsync_cv_HAVE_C99_VSNPRINTF=yes
|
|
RSYNC_CONF_OPTS = \
|
|
RSYNC_CONF_OPTS = \
|
|
--with-included-zlib=no \
|
|
--with-included-zlib=no \
|
|
--with-included-popt=no \
|
|
--with-included-popt=no \
|