cinnamon: unset LDFLAGS to make introspection link with musl.
This commit is contained in:
parent
2a2e50d6be
commit
6a36cd39eb
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'cinnamon'
|
||||
pkgname=cinnamon
|
||||
version=2.4.8
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Cinnamon-${version}"
|
||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile --enable-compile-warnings=no"
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--enable-compile-warnings=no LDFLAGS="
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel glib-devel intltool xmlto docbook-xml gtk-doc git"
|
||||
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
|
||||
|
|
Loading…
Reference in a new issue