]> git.pld-linux.org Git - packages/db.git/commitdiff
- use %_libdir instead of /usr/lib
authortwittner <twittner@pld-linux.org>
Thu, 19 Aug 2004 14:28:08 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db.spec -> 1.59

db.spec

diff --git a/db.spec b/db.spec
index 3bb0b61910c763587d038e2183a0ee74ff76faf2..fb5f39e69ad60cf1222b7e31c0ba2db9fee7e67c 100644 (file)
--- a/db.spec
+++ b/db.spec
@@ -272,7 +272,7 @@ cd ../build_unix
        --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \
        --enable-cxx \
        %{?with_tcl:--enable-tcl} \
-       %{?with_tcl:--with-tcl=/usr/lib} \
+       %{?with_tcl:--with-tcl=%{_libdir}} \
        %{?with_java:--enable-java} \
        --disable-static \
        --enable-shared 
This page took 0.064594 seconds and 4 git commands to generate.