Fix patch apply to not cause configure regeneration
This commit is contained in:
parent
7ca8afc7d3
commit
4be62b142c
@ -43,8 +43,12 @@ required to develop applications using gvfs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# Don't trigger autoregen:
|
||||||
|
touch -r configure time1
|
||||||
|
touch -r configure.ac time2
|
||||||
%patch1 -p1 -b .libxml
|
%patch1 -p1 -b .libxml
|
||||||
|
touch -r time1 configure
|
||||||
|
touch -r time2 configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user