Make ld happy
This commit is contained in:
parent
16284e92bf
commit
31f267dec8
13
gdm-libs.patch
Normal file
13
gdm-libs.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -up gdm-2.29.6/configure.ac.libs gdm-2.29.6/configure.ac
|
||||||
|
--- gdm-2.29.6/configure.ac.libs 2010-02-11 19:25:51.485272530 -0500
|
||||||
|
+++ gdm-2.29.6/configure.ac 2010-02-11 19:27:05.805022498 -0500
|
||||||
|
@@ -145,6 +145,9 @@ PKG_CHECK_MODULES(SIMPLE_GREETER,
|
||||||
|
fontconfig >= $FONTCONFIG_REQUIRED_VERSION
|
||||||
|
x11
|
||||||
|
)
|
||||||
|
+
|
||||||
|
+SIMPLE_GREETER_LIBS="$SIMPLE_GREETER_LIBS -lm"
|
||||||
|
+
|
||||||
|
AC_SUBST(SIMPLE_GREETER_CFLAGS)
|
||||||
|
AC_SUBST(SIMPLE_GREETER_LIBS)
|
||||||
|
|
3
gdm.spec
3
gdm.spec
@ -102,6 +102,8 @@ Patch98: tray-padding.patch
|
|||||||
Patch99: gdm-2.23.1-fedora-logo.patch
|
Patch99: gdm-2.23.1-fedora-logo.patch
|
||||||
Patch100: fix-boot.patch
|
Patch100: fix-boot.patch
|
||||||
|
|
||||||
|
Patch101: gdm-libs.patch
|
||||||
|
|
||||||
%package user-switch-applet
|
%package user-switch-applet
|
||||||
Summary: GDM User Switcher Panel Applet
|
Summary: GDM User Switcher Panel Applet
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -143,6 +145,7 @@ The GDM fingerprint plugin provides functionality necessary to use a fingerprint
|
|||||||
%patch98 -p1 -b .tray-padding
|
%patch98 -p1 -b .tray-padding
|
||||||
%patch99 -p1 -b .fedora-logo
|
%patch99 -p1 -b .fedora-logo
|
||||||
%patch100 -p1 -b .fix-boot
|
%patch100 -p1 -b .fix-boot
|
||||||
|
%patch101 -p1 -b .libs
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user