- fix build for SLE_11

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2013-03-26 16:27:30 +00:00 committed by Git OBS Bridge
parent 4bf3909fae
commit 8a1bc0d67e
3 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,9 @@
diff -ur fuse-2.9.2.orig/configure.in fuse-2.9.2/configure.in Index: fuse-2.9.2/configure.in
--- fuse-2.9.2.orig/configure.in 2012-10-01 10:58:00.000000000 -0500 ===================================================================
+++ fuse-2.9.2/configure.in 2013-03-04 09:10:52.000000000 -0600 --- fuse-2.9.2.orig/configure.in
@@ -7,7 +7,9 @@ +++ fuse-2.9.2/configure.in
@@ -6,8 +6,10 @@ AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
AM_CONFIG_HEADER(include/config.h) AM_CONFIG_HEADER(include/config.h)
+AC_USE_SYSTEM_EXTENSIONS +AC_USE_SYSTEM_EXTENSIONS

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 26 16:27:22 UTC 2013 - dmueller@suse.com
- fix build for SLE_11
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 13:36:12 UTC 2013 - idonmez@suse.com Fri Mar 8 13:36:12 UTC 2013 - idonmez@suse.com

View File

@ -153,7 +153,7 @@ autoreconf -fi
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%make_install %makeinstall
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
# Needed for OpenSUSE buildservice # Needed for OpenSUSE buildservice
%if %suse_version <= 1020 %if %suse_version <= 1020