Browse Source

pcre:
- change includedir to standard /usr/include

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6991 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
91c7700b69
1 changed files with 2 additions and 1 deletions
  1. 2 1
      p/pcre/pcre-vl.spec

+ 2 - 1
p/pcre/pcre-vl.spec

@@ -40,7 +40,7 @@ Development files (Headers, libraries for static linking, etc) for %{name}.
 %setup -q
 
 %build
-%configure --includedir=%{_includedir}/%{name} \
+%configure \
     --enable-jit \
     --disable-static \
     --enable-utf8 \
@@ -94,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 - new upstream release 
 - add --enable-pcre16 --enable-pcre8 --enable-jit
 - API change
+- change includedir to /usr/include
 
 * Sat Sep 10 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.13-1
 - new upstream release