Rebuild.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=bison
|
||||
version=2.3
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
source[0]=$topdir-$version.tar.bz2
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
@@ -18,6 +18,10 @@ source[0]=$topdir-$version.tar.bz2
|
||||
# Source function library
|
||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
||||
|
||||
# Global settings
|
||||
export CPPFLAGS="-I/$prefix/include"
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
{
|
||||
@@ -30,6 +34,12 @@ build()
|
||||
generic_build
|
||||
}
|
||||
|
||||
reg check
|
||||
check()
|
||||
{
|
||||
generic_check
|
||||
}
|
||||
|
||||
reg install
|
||||
install()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user