forked from jengelh/openldap2
Accepting request 358355 from home:pluskalm:branches:network:ldap
- Use optflags when building - Use optflags when building OBS-URL: https://build.opensuse.org/request/show/358355 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=151
This commit is contained in:
parent
f74d513b91
commit
c4e540aea8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 13:24:49 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Use optflags when building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 12:10:53 UTC 2016 - michael@stroeder.com
|
||||
|
||||
|
@ -221,11 +221,7 @@ This package contains the OpenLDAP client libraries.
|
||||
cp %{SOURCE5} .
|
||||
|
||||
%build
|
||||
# %{?suse_update_config:%{suse_update_config -f build}}
|
||||
#libtoolize --force
|
||||
#autoreconf
|
||||
# export CFLAGS="${RPM_OPT_FLAGS} -Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export CFLAGS="-Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export CFLAGS="%{optflags} -Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export STRIP=""
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 13:24:49 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Use optflags when building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 12:10:53 UTC 2016 - michael@stroeder.com
|
||||
|
||||
|
@ -221,11 +221,7 @@ This package contains the OpenLDAP client libraries.
|
||||
cp %{SOURCE5} .
|
||||
|
||||
%build
|
||||
# %{?suse_update_config:%{suse_update_config -f build}}
|
||||
#libtoolize --force
|
||||
#autoreconf
|
||||
# export CFLAGS="${RPM_OPT_FLAGS} -Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export CFLAGS="-Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export CFLAGS="%{optflags} -Wno-format-extra-args -fno-strict-aliasing -DNDEBUG -DSLAP_CONFIG_DELETE -DSLAP_SCHEMA_EXPOSE -DLDAP_COLLECTIVE_ATTRIBUTES"
|
||||
export STRIP=""
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user