Browse Source

move includes and libraries into subdirectories to avoid conflicts with system files

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
ca70e11111
  1. 4
      pth/pth.spec

4
pth/pth.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: System Group: System
License: GPL License: GPL
Version: 2.0.0 Version: 2.0.0
Release: 20030506 Release: 20030724
# package options # package options
%option with_pthread no %option with_pthread no
@ -65,6 +65,8 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
./configure \ ./configure \
--prefix=%{l_prefix} \ --prefix=%{l_prefix} \
--includedir="%{l_prefix}/include/pth" \
--libdir="%{l_prefix}/lib/pth" \
%if "%{with_pthread}" == "yes" %if "%{with_pthread}" == "yes"
--enable-pthread \ --enable-pthread \
%endif %endif

Loading…
Cancel
Save