mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
perl: put -rdynamic in proper build variable
The standard way to pass -rdynamic (or -Wl,--dynamic-export) is via the $ccdlflags variable. Do what is best practice. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -1006,7 +1006,7 @@ full_ar="${owrt:target_cross}ar"
|
||||
cppflags="$owrt:cflags"
|
||||
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"
|
||||
ccdlflags="-fPIC -rdynamic -Wl,-rpath,$owrt:perllibpath/CORE"
|
||||
cccdlflags='-fPIC'
|
||||
ldflags="$owrt:ldflags"
|
||||
ldflags_uselargefiles=''
|
||||
|
||||
Reference in New Issue
Block a user