forked from pool/libmemcached
Accepting request 287370 from server:database:postgresql
- enable verbose build OBS-URL: https://build.opensuse.org/request/show/287370 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmemcached?expand=0&rev=48
This commit is contained in:
parent
ee630f686f
commit
82f0a8c625
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 16:50:49 UTC 2015 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- enable verbose build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 16 17:31:06 UTC 2014 - dimstar@opensuse.org
|
Tue Dec 16 17:31:06 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -102,10 +102,10 @@ autoreconf -fiv
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-libmemcachedprotocol \
|
--enable-libmemcachedprotocol \
|
||||||
--with-memcached=%{_sbindir}/memcached
|
--with-memcached=%{_sbindir}/memcached
|
||||||
make CFLAGS="-std=c99 %optflags" CXXFLAGS="%optflags" %{?_smp_mflags}
|
make V=1 CFLAGS="-std=c99 %optflags" CXXFLAGS="%optflags" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall CFLAGS="-std=c99 %optflags" CXXFLAGS="%optflags"
|
%makeinstall V=1 CFLAGS="-std=c99 %optflags" CXXFLAGS="%optflags"
|
||||||
%__rm -f %{buildroot}%{_libdir}/*.la
|
%__rm -f %{buildroot}%{_libdir}/*.la
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
# create symlinks for man pages
|
# create symlinks for man pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user