Browse Source

perl: simplify passing in ldflags

Originally as PR #2383 but rewritten.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Philip Prindeville 7 years ago
parent
commit
b392cd595a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl/files/base.config

+ 1
- 1
lang/perl/files/base.config View File

@ -1008,7 +1008,7 @@ ccflags="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $owrt:cflags"
ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccdlflags="-fPIC -Wl,-rpath,$owrt:perllibpath/CORE"
cccdlflags='-fPIC'
ldflags=''
ldflags="$owrt:ldflags"
ldflags_uselargefiles=''
lddlflags="-shared $owrt:ldflags"


Loading…
Cancel
Save