]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- external lua/sqlite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Jun 2004 19:04:07 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monotone.spec -> 1.3

monotone.spec

index 63daed318443987cfdb0985d92a7e7548f85c424..14885fa914838917f2e44a9dcadc1a72eb1062e9 100644 (file)
@@ -14,7 +14,7 @@ BuildRequires:        boost-date_time-devel
 BuildRequires: boost-regex-devel
 BuildRequires: boost-ref-devel
 BuildRequires: libidn-devel
-BuildRequires: lua-devel
+BuildRequires: lua50-devel
 BuildRequires: sqlite-devel
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,7 +34,10 @@ GPL.
 %setup -q
 
 %build
-%configure
+CPPFLAGS="-I%{_includedir}/lua50"; export CPPFLAGS
+%configure \
+       --without-bundled-sqlite \
+       --without-bundled-lua
 %{__make}
 
 %install
This page took 0.056571 seconds and 4 git commands to generate.