PKGNAME=lash
PKGSEC=sound
PKGDEP="dbus gtk-2 jack libtirpc libxml2 readline"
PKGDES="Session management system for JACK and ALSA"

ABTYPE=autotools
# FIXME: --enable-old-api
#
# libtool: link: gcc -pipe -Wno-error -fstack-protector-strong --param=ssp-buffer-size=4 -fexceptions -fcf-protection=full -ggdb -fira-loop-pressure -fira-hoist-pressure -specs=/usr/lib/gcc/specs/hardened-cc1 -O2 -fno-omit-frame-pointer -flto=auto -march=x86-64 -mtune=znver4 -msse2 -mno-omit-leaf-frame-pointer -I/usr/include/tirpc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-build-id=sha1 -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/gcc/specs/hardened-ld -flto -fuse-linker-plugin -o .libs/lash_simple_client lash_simple_client-simple_client.o  ../../liblash/.libs/liblash.so -ldl -lm -ltirpc -luuid -ldbus-1 -ljack -lasound -lreadline
# /usr/bin/ld: /tmp/ccczJiAE.ltrans0.ltrans.o: in function `main':
# [...]/clients/simple_client/simple_client.c:75:(.text.startup+0xa0): undefined reference to `lash_extract_args'
# /usr/bin/ld: [...]/clients/simple_client/simple_client.c:75:(.text.startup+0xb9): undefined reference to `lash_init'
# /usr/bin/ld: [...]/clients/simple_client/simple_client.c:86:(.text.startup+0xe5): undefined reference to `lash_event_new_with_type'
AUTOTOOLS_AFTER=(
    '--disable-debug'
    '--enable-old-api'
    '--enable-pkg-config-dbus-service-dir'
    '--with-jack-dbus'
    '--with-alsa'
    '--with-gtk2'
    '--with-python=no'
)
