<G10h4ck>
I need to package a software for OpenWrt which is written in C++ and uses the standard library but just a few stuff, so if I compile it as is the whole libstdcpp is needed as a dependency and the .so gets into teh filesystem, Iwas wondering what If I link the libstdcpp statically and then strip unneded symbols? Anyway it is the opnly package which would use libstdcpp in my install
<G10h4ck>
is there a way to specify the dependency on a library only at compile time on OpenWrt ?
<G10h4ck>
linking libstdcpp and stripping could be eventually made optional if other packages depends ol libstdcpp too
<G10h4ck>
also I saw libssh depends on openssl, but it can be builded also against mbedtls, what is the correct way to depend on mbedtls? is there a variable with the package name of the default TLS library of the target or I should depend plaintiff on +libmbedtls ?
Borromini has quit [Ping timeout: 480 seconds]
G10h4ck has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
G10h4ck has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
Snuupy has quit [Quit: leaving]
Snuupy has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua is now known as Guest736
rua has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
rua has quit []
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<skorpy[m]>
Hey, I see https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/devel/perf/Makefile;h=f9573c4150feb765582a6482fdc1422fd59209c9;hb=HEAD exists. Am I right that it is not available in opkg?
<neocturne>
skorpy[m]: I assume it is not built by default because KERNEL_PERF_EVENTS is required, so you'd also need a custom kernel