pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gprlib: buildlink file list fixed
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By: dkazankov
Date: Mon Jan 13 22:04:11 2025 +0200
Changeset: 975ff3acce4d76acbe3307aa33bae366c01565ab
Modified Files:
gprlib/buildlink3.mk
Log Message:
gprlib: buildlink file list fixed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=975ff3acce4d76acbe3307aa33bae366c01565ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gprlib/buildlink3.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/gprlib/buildlink3.mk b/gprlib/buildlink3.mk
index 18c5f647a5..d8ba90712c 100644
--- a/gprlib/buildlink3.mk
+++ b/gprlib/buildlink3.mk
@@ -13,11 +13,11 @@ BUILDLINK_AUTO_VARS.gprlib= no
BUILDLINK_AUTO_DIRS.gprlib= no
BUILDLINK_FILES.gprlib= lib/libgnatprj.so
-BUILDLINK_FILES.gprlib= include/gpr/* lib/gpr/*
+BUILDLINK_FILES.gprlib= include/gpr/* lib/libgnatprj* lib/gpr/*
BUILDLINK_FILES.gprlib+= share/gpr/manifests/gpr share/gpr/gpr.gpr
BUILDLINK_CONTENTS_FILTER.gprlib= \
- ${EGREP} '(include/.*\.ads$$|lib/.*\.ali$$|lib/.*\.a$$|lib/libgnatprj\.so$$|share/gpr/manifests/.*|share/gpr/.*\.gpr$$|/gpr\.adb$$|/gpr-util-put_resource_usage__unix\.adb$$)'
+ ${EGREP} '(include/.*\.ads$$|lib/.*\.ali$$|lib/.*\.a$$|lib/libgnatprj.*\.so.*$$|share/gpr/manifests/.*|share/gpr/.*\.gpr$$|/gpr\.adb$$|/gpr-util-put_resource_usage__unix\.adb$$)'
.endif
Home |
Main Index |
Thread Index |
Old Index