From: Paweł Sikora Date: Tue, 3 Feb 2004 16:09:46 +0000 (+0000) Subject: - added -lpthread (nptl). it seems to work. X-Git-Tag: auto/ac/db-4_2_52-5~15 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdb.git;a=commitdiff_plain;h=56267d4349cb1a7af9d95db8aed7975a4f1558b0 - added -lpthread (nptl). it seems to work. Changed files: db.spec -> 1.41 --- diff --git a/db.spec b/db.spec index 961894a..de0b46f 100644 --- a/db.spec +++ b/db.spec @@ -225,7 +225,8 @@ CC="%{__cc}" CXX="%{__cxx}" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags} -fno-implicit-templates" -export CC CXX CFLAGS CXXFLAGS +LDFLAGS="%{rpmldflags} %{?with_nptl:-lpthread}" +export CC CXX CFLAGS CXXFLAGS LDFLAGS ../dist/%configure \ --enable-compat185 \