diff options
author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-03-15 15:50:51 -0400 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-04-02 16:32:27 +0200 |
commit | d9e7d8674ae7b0868caebf4be151de95f7707743 (patch) | |
tree | 610a9200108a01fa6726cf4c700694f8c3dd245f | |
parent | d9ec8526bb68ea50a8e9b9847ab119c6248c66fd (diff) | |
download | buildroot-d9e7d8674ae7b0868caebf4be151de95f7707743.tar.gz buildroot-d9e7d8674ae7b0868caebf4be151de95f7707743.zip |
package: add libnpsr host package
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/libnspr/libnspr.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk index 14381bb5e8..d91393f6e8 100644 --- a/package/libnspr/libnspr.mk +++ b/package/libnspr/libnspr.mk @@ -49,4 +49,7 @@ LIBNSPR_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) LIBRARY= install LIBNSPR_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LIBRARY= install endif +HOST_LIBNSPR_CONF_OPTS += --$(if $(filter %64,$(HOSTARCH)),en,dis)able-64bit + $(eval $(autotools-package)) +$(eval $(host-autotools-package)) |