summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'jasper/Pkgfile')
-rw-r--r--jasper/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/jasper/Pkgfile b/jasper/Pkgfile
index 112cf21e2..0e912678f 100644
--- a/jasper/Pkgfile
+++ b/jasper/Pkgfile
@@ -5,16 +5,16 @@
name=jasper
version=1.900.1
-release=1
-source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip)
+release=2
+source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip
+ http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-1.patch)
build() {
cd $name-$version
+ patch -p1 < ../jasper-1.900.1-security_fixes-1.patch
./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-shared
+ --mandir=/usr/share/man \
+ --enable-shared
make
make DESTDIR=$PKG install
-
}
-