projects
/
platform
/
upstream
/
tayga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69dc083
)
Use autotool on build
11/235811/1
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
accepted/tizen/6.0/unified/20201030.103842
accepted/tizen/6.0/unified/hotfix/20201103.050035
accepted/tizen/6.5/unified/20211029.015027
accepted/tizen/7.0/unified/20221110.062141
accepted/tizen/7.0/unified/hotfix/20221116.111449
accepted/tizen/8.0/unified/20231005.095558
accepted/tizen/unified/20200611.050357
submit/tizen/20200610.041753
submit/tizen_6.0/20201029.205504
submit/tizen_6.0_hotfix/20201102.192904
submit/tizen_6.0_hotfix/20201103.115104
submit/tizen_6.5/20211028.163901
tizen_6.0.m2_release
tizen_6.5.m2_release
tizen_7.0_m2_release
tizen_8.0_m2_release
author
Seonah Moon
<seonah1.moon@samsung.com>
Wed, 10 Jun 2020 02:35:45 +0000
(11:35 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Wed, 10 Jun 2020 02:36:03 +0000
(11:36 +0900)
Change-Id: I151eee2e4c122f3753cc340edf709abb7c125ab8
packaging/tayga.spec
patch
|
blob
|
history
diff --git
a/packaging/tayga.spec
b/packaging/tayga.spec
index
33fba15
..
3c25819
100644
(file)
--- a/
packaging/tayga.spec
+++ b/
packaging/tayga.spec
@@
-19,7
+19,12
@@
where dedicated NAT64 hardware would be overkill.
%setup -q
%build
-./configure
+aclocal && \
+ autoheader && \
+ libtoolize --automake --copy --force && \
+ automake --add-missing --copy && \
+ autoconf
+%configure
make %{?_smp_mflags}
%install