Logoj0ke.net Open Build Service > Projects > server:monitoring > libdbi-drivers > Changes
Sign Up | Log In

Changes of Revision 3

[-] Changed libdbi-drivers.spec
x
 
1
@@ -83,6 +83,7 @@
2
 CFLAGS="$RPM_OPT_FLAGS" \
3
 ./configure \
4
 --prefix=%{_prefix} \
5
+--libdir=%{_libdir} \
6
 --sysconfdir=%{_sysconfdir} \
7
 --mandir=%{_mandir} \
8
 --localstatedir=%{_var} \
9
@@ -98,6 +99,7 @@
10
 --with-oracle \
11
 --with-oracle-incdir=%{ORAINCDIR} \
12
 --with-oracle-libdir=%{ORALIBDIR} \
13
+--with-dbi-incdir=%{_includedir}/dbi \
14
 --with-dbi-libdir=%{_libdir}
15
 
16
 %{__make}
17