diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-08-13 21:23:39 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-08-13 21:39:23 +0200 |
| commit | 3a4b68278ab20aee6de80bc9001788c4558282d2 (patch) | |
| tree | 17194081192366baeae7ef1489d67dcacabe2c59 | |
| parent | dc2067d51cfdcd839af34f407e286049c989b568 (diff) | |
| download | buildroot-3a4b68278ab20aee6de80bc9001788c4558282d2.tar.bz2 | |
package/libdnet: fix dnet-config
Add dnet-config to LIBDNET_CONFIG_SCRIPTS so this script can be used by
applications such as tcpreplay
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/libdnet/libdnet.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libdnet/libdnet.mk b/package/libdnet/libdnet.mk index 00d9c4fd40..d1cc0bf150 100644 --- a/package/libdnet/libdnet.mk +++ b/package/libdnet/libdnet.mk @@ -13,6 +13,7 @@ LIBDNET_AUTORECONF = YES LIBDNET_CONF_OPTS = \ --with-gnu-ld \ --with-check=no +LIBDNET_CONFIG_SCRIPTS = dnet-config ifneq ($(BR2_PACKAGE_LIBDNET_PYTHON),) LIBDNET_DEPENDENCIES = python |
