mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
packages: no longer pass --disable-dependency-tracking in individual packages
Now that --disable-dependency-tracking is passed by the autotools-package infrastructure, there's no longer any reason to pass it in individual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3e37b0fc6c
commit
aec8d7046c
@ -14,7 +14,6 @@ AGENTPP_DEPENDENCIES = host-pkgconf snmppp
|
|||||||
AGENTPP_CONF_OPT += \
|
AGENTPP_CONF_OPT += \
|
||||||
--disable-proxy \
|
--disable-proxy \
|
||||||
--disable-forwarder \
|
--disable-forwarder \
|
||||||
--disable-rpath \
|
--disable-rpath
|
||||||
--disable-dependency-tracking
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
@ -61,7 +61,6 @@ COREUTILS_CONF_ENV = ac_cv_c_restrict=no \
|
|||||||
PERL=missing
|
PERL=missing
|
||||||
|
|
||||||
COREUTILS_CONF_OPT = --disable-rpath \
|
COREUTILS_CONF_OPT = --disable-rpath \
|
||||||
--disable-dependency-tracking \
|
|
||||||
--enable-install-program=hostname
|
--enable-install-program=hostname
|
||||||
|
|
||||||
define COREUTILS_POST_INSTALL
|
define COREUTILS_POST_INSTALL
|
||||||
|
@ -13,7 +13,6 @@ IPERF_CONF_ENV = \
|
|||||||
ac_cv_sizeof_bool=1
|
ac_cv_sizeof_bool=1
|
||||||
|
|
||||||
IPERF_CONF_OPT = \
|
IPERF_CONF_OPT = \
|
||||||
--disable-dependency-tracking \
|
|
||||||
--disable-web100
|
--disable-web100
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
@ -15,7 +15,6 @@ METACITY_LICENSE_FILES = COPYING
|
|||||||
METACITY_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
|
METACITY_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
|
||||||
--x-libraries=$(STAGING_DIR)/usr/lib \
|
--x-libraries=$(STAGING_DIR)/usr/lib \
|
||||||
--disable-glibtest --disable-gconf \
|
--disable-glibtest --disable-gconf \
|
||||||
--disable-dependency-tracking \
|
|
||||||
--disable-sm --disable-startup-notification
|
--disable-sm --disable-startup-notification
|
||||||
|
|
||||||
METACITY_DEPENDENCIES = libgtk2 \
|
METACITY_DEPENDENCIES = libgtk2 \
|
||||||
|
@ -51,7 +51,6 @@ HOST_MYSQL_CONF_OPT = \
|
|||||||
|
|
||||||
MYSQL_CONF_OPT += \
|
MYSQL_CONF_OPT += \
|
||||||
--localstatedir=/var/mysql \
|
--localstatedir=/var/mysql \
|
||||||
--disable-dependency-tracking \
|
|
||||||
--with-atomic-ops=up \
|
--with-atomic-ops=up \
|
||||||
--with-embedded-server \
|
--with-embedded-server \
|
||||||
--without-query-cache \
|
--without-query-cache \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user