[meego-commits] 14704: Changes to devel:toolchain/rpmlint-mini-x86
junfeng
no_reply at build.meego.com
Fri Mar 11 10:21:19 UTC 2011
Hi,
I have made the following changes to rpmlint-mini-x86 in project devel:toolchain. Please review and accept ASAP.
Thank You,
junfeng
[This message was auto-generated]
---
Request #14704:
submit: home:junfeng:branches:devel:toolchain/rpmlint-mini-x86(r2)(cleanup) -> devel:toolchain/rpmlint-mini-x86
Message:
Fix the problem that rpmlint-mini-x86 compile failed because of undefined reference to 'clock_gettime'.
State: new 2011-03-11T02:21:12 junfeng
Comment: None
changes files:
--------------
old:
----
static-desktop-file-validate.diff
new:
----
static-desktop-file-validate-fix.diff
spec files:
-----------
--- rpmlint-mini-x86.spec
+++ rpmlint-mini-x86.spec
@@ -34,7 +34,7 @@
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: desktop-file-utils-0.15.tar.bz2
-Patch10: static-desktop-file-validate.diff
+Patch10: static-desktop-file-validate-fix.diff
Source100: rpmlint-deps.txt
Source101: rpmlint.wrapper
Patch1: package-rpmlintrc.diff
other changes:
--------------
++++++ static-desktop-file-validate-fix.diff (new)
--- static-desktop-file-validate-fix.diff
+++ static-desktop-file-validate-fix.diff
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -26,6 +26,7 @@ desktop_file_install_SOURCES= \
+ update_desktop_database_SOURCES = \
+ update-desktop-database.c
+
+-desktop_file_validate_LDADD = $(DESKTOP_FILE_UTILS_LIBS)
++desktop_file_validate_LDFLAGS = "-lrt"
++desktop_file_validate_LDADD = $(libdir)/libglib-2.0.a
+ desktop_file_install_LDADD = $(DESKTOP_FILE_UTILS_LIBS)
+ update_desktop_database_LDADD = $(DESKTOP_FILE_UTILS_LIBS)
++++++ deleted files:
--- static-desktop-file-validate.diff
More information about the MeeGo-commits
mailing list