From: Felicitas Jung <[email protected]> Signed-off-by: Felicitas Jung <[email protected]> [rhi: use "custom" instead of "unknown"] Reviewed-by: Roland Hieber <[email protected]> Signed-off-by: Roland Hieber <[email protected]> --- PATCH v2: - use "custom" instead of "unknown", review
PULL v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/libgd.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/libgd.make b/rules/libgd.make index 1afcf467fb0a..a3cc1295ae71 100644 --- a/rules/libgd.make +++ b/rules/libgd.make @@ -21,6 +21,8 @@ LIBGD_SUFFIX := tar.gz LIBGD_URL := https://github.com/libgd/libgd/releases/download/$(LIBGD)/libgd-$(LIBGD_VERSION).$(LIBGD_SUFFIX) LIBGD_SOURCE := $(SRCDIR)/$(LIBGD).$(LIBGD_SUFFIX) LIBGD_DIR := $(BUILDDIR)/$(LIBGD) +LIBGD_LICENSE := custom +LIBGD_LICENSE_FILES := file://COPYING;md5=07384b3aa2e0d39afca0d6c40286f545 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
