rubberband fix
This commit is contained in:
@@ -10,14 +10,11 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
JAVA_HOME = "/usr/lib/jvm/java-7-openjdk"
|
JAVA_HOME = "/usr/lib/jvm/java-7-openjdk"
|
||||||
|
shelltools.export("JAVA_HOME", JAVA_HOME)
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.export("JAVA_HOME", "%s" %JAVA_HOME)
|
autotools.autoreconf("-vfi")
|
||||||
shelltools.export("CFLAGS", "%s -I%s/include -I%s/include/linux" %(get.CFLAGS(), JAVA_HOME, JAVA_HOME))
|
autotools.configure()
|
||||||
shelltools.export("CXXFLAGS", "%s -I%s/include -I%s/include/linux" %(get.CXXFLAGS(), JAVA_HOME, JAVA_HOME))
|
|
||||||
|
|
||||||
autotools.autoreconf("-vfi")
|
|
||||||
autotools.configure()
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
Reference in New Issue
Block a user