perl: put -rdynamic in proper build variable
[feed/packages.git] / lang / perl / files / base.config
index ce1ae5ab6b75b15456d9411569e4963b1d4e5e54..1b17e1c184b0ee193e786dddb136c5b98dc808de 100644 (file)
@@ -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=''