We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0574ac5 commit 19a2a92Copy full SHA for 19a2a92
1 file changed
packages/vdr/_vdr-plugin-softhddevice-drm-gles/package.mk
@@ -21,6 +21,7 @@ pre_make_target() {
21
export LDFLAGS="$(echo ${LDFLAGS} | sed -e "s|-Wl,--as-needed||") -L${SYSROOT_PREFIX}/usr/local/lib -L${SYSROOT_PREFIX}/usr/lib"
22
export PKG_CONFIG_DISABLE_SYSROOT_PREPEND="yes"
23
export VDRDIR=$(get_install_dir _vdr)/usr/local/lib/pkgconfig
24
+ export GIT_DESCRIBE="-$(echo ${PKG_VERSION:0:7})"
25
}
26
27
post_makeinstall_target() {
0 commit comments