- fixed build failure on factory (vte 0.25.90) using
-UVTE_SEAL_ENABLE as CFLAG OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=33
This commit is contained in:
parent
1086e74260
commit
2eb2767c20
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 31 06:32:07 UTC 2010 - andrea@opensuse.org
|
||||||
|
|
||||||
|
- fixed build failure on factory (vte 0.25.90) using
|
||||||
|
-UVTE_SEAL_ENABLE as CFLAG
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 08:30:55 UTC 2010 - andrea@opensuse.org
|
Thu Jul 29 08:30:55 UTC 2010 - andrea@opensuse.org
|
||||||
|
|
||||||
|
@ -59,8 +59,11 @@ of the LXDE project
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %suse_version > 1130
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -UVTE_SEAL_ENABLE"
|
||||||
|
%else
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
%endif
|
||||||
%configure --enable-man
|
%configure --enable-man
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user