summaryrefslogtreecommitdiff
path: root/package/perl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-01 13:35:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-01 13:35:26 +0100
commitd7631bfb9fa928220e5306d2033d1459eee7a106 (patch)
tree94d6257bd02d6895ba2ee12836d2420607cfaeba /package/perl
parent3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (diff)
make vendor specific info more customizeable
Diffstat (limited to 'package/perl')
-rw-r--r--package/perl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl/Makefile b/package/perl/Makefile
index 59b986b47..63b56c2c5 100644
--- a/package/perl/Makefile
+++ b/package/perl/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ARGS:= --target=$(GNU_TARGET_NAME) \
-Dccflags="$(TARGET_CFLAGS)" \
-Dldflags="$(TARGET_LDFLAGS) -lm" \
-Dmydomain="" \
- -Dmyuname="OpenADK" \
+ -Dmyuname="$(ADK_VENDOR)" \
-Dosname=linux \
-Dosvers=4.0 \
-Dperladmin=root