Browse Source

fix run-time by linking in the framework library

Ralf S. Engelschall 21 years ago
parent
commit
25bd30831d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libdbi/libdbi.spec

+ 1 - 0
libdbi/libdbi.spec

@@ -111,6 +111,7 @@ AutoReqProv:  no
 %if "%{with_pgsql}" == "yes"
       LIBS="$LIBS -lssl -lcrypto -lcrypt"
 %endif
+      LIBS="$LIBS `pwd`/../libdbi-%{V_dbi}/src/.libs/libdbi.a"
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags}" \