Codebase list lwjgl / 517f15b
d/rules: Update comment Markus Koschany 7 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3131
3232 <property name="linker_flags32" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs32}"/>
3333 <property name="linker_flags64" value="${version_script_flags64} -shared -O2 -Wall -o ${libname64} ${libs64}"/>
34 + <property name="linker_flagsdeb" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs} ${xf86vm_lib}"/>
34 + <property name="linker_flagsdeb" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs}"/>
3535
3636 <condition property="build.32bit.only">
3737 <not>
1010
1111 # NOTE: jutils is explicitly included here (without a depends in our control
1212 # file) because jinput.jar lacks jutils in its own "Class-Path" (bug #626002)
13 # 2016-04-09: Although #626002 appears to be fixed jutils.jar is still required
14 # on the CLASSPATH.
1315 export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
1416
1517 %: