diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-01 13:35:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-01 13:35:26 +0100 |
commit | d7631bfb9fa928220e5306d2033d1459eee7a106 (patch) | |
tree | 94d6257bd02d6895ba2ee12836d2420607cfaeba /package/perl | |
parent | 3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (diff) |
make vendor specific info more customizeable
Diffstat (limited to 'package/perl')
-rw-r--r-- | package/perl/Makefile | 2 |
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 |