mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=2.4.8
|
version=2.4.8
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Cinnamon-${version}"
|
wrksrc="Cinnamon-${version}"
|
||||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||||
build_style=gnu-configure
|
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
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||||
gettext-devel glib-devel intltool xmlto docbook-xml gtk-doc git"
|
gettext-devel glib-devel intltool xmlto docbook-xml gtk-doc git"
|
||||||
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
|
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue