From ca70e111114c575d0d8f6477dc75e65d25f0cbda Mon Sep 17 00:00:00 2001 From: Michael van Elst Date: Thu, 24 Jul 2003 14:37:29 +0000 Subject: [PATCH] move includes and libraries into subdirectories to avoid conflicts with system files --- pth/pth.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pth/pth.spec b/pth/pth.spec index 9905b6d547..4675ac83b5 100644 --- a/pth/pth.spec +++ b/pth/pth.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: System License: GPL Version: 2.0.0 -Release: 20030506 +Release: 20030724 # package options %option with_pthread no @@ -65,6 +65,8 @@ AutoReqProv: no CFLAGS="%{l_cflags -O}" \ ./configure \ --prefix=%{l_prefix} \ + --includedir="%{l_prefix}/include/pth" \ + --libdir="%{l_prefix}/lib/pth" \ %if "%{with_pthread}" == "yes" --enable-pthread \ %endif