From 030a9442e71c212f6f9f3fe1a7303a3df9dd6184 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Tue, 3 Feb 2004 16:09:46 +0000 Subject: [PATCH] - added -lpthread (nptl). it seems to work. Changed files: db4.2.spec -> 1.41 --- db4.2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db4.2.spec b/db4.2.spec index 961894a..de0b46f 100644 --- a/db4.2.spec +++ b/db4.2.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 \ -- 2.43.0