forked from ports/contrib
lzo: move the include files so gnutls works with lzo
This commit is contained in:
parent
c1f8dfff0e
commit
728e6894dc
@ -1,18 +1,19 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/lzo1.h
|
||||
-rw-r--r-- root/root usr/include/lzo1a.h
|
||||
-rw-r--r-- root/root usr/include/lzo1b.h
|
||||
-rw-r--r-- root/root usr/include/lzo1c.h
|
||||
-rw-r--r-- root/root usr/include/lzo1f.h
|
||||
-rw-r--r-- root/root usr/include/lzo1x.h
|
||||
-rw-r--r-- root/root usr/include/lzo1y.h
|
||||
-rw-r--r-- root/root usr/include/lzo1z.h
|
||||
-rw-r--r-- root/root usr/include/lzo2a.h
|
||||
-rw-r--r-- root/root usr/include/lzo_asm.h
|
||||
-rw-r--r-- root/root usr/include/lzoconf.h
|
||||
-rw-r--r-- root/root usr/include/lzodefs.h
|
||||
-rw-r--r-- root/root usr/include/lzoutil.h
|
||||
drwxr-xr-x root/root usr/include/lzo/
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1a.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1b.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1c.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1f.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1x.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1y.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo1z.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo2a.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzo_asm.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzoconf.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzodefs.h
|
||||
-rw-r--r-- root/root usr/include/lzo/lzoutil.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/liblzo.so -> liblzo2.so.2.0.0
|
||||
-rw-r--r-- root/root usr/lib/liblzo2.a
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=lzo
|
||||
version=2.02
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -18,8 +18,8 @@ build() {
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
mv $PKG/usr/include/lzo/* $PKG/usr/include
|
||||
rm -r $PKG/usr/include/lzo
|
||||
#mv $PKG/usr/include/lzo/* $PKG/usr/include
|
||||
#rm -r $PKG/usr/include/lzo
|
||||
ln -s liblzo2.so.2.0.0 $PKG/usr/lib/liblzo.so
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user