d/rules: Update comment
Markus Koschany
7 years ago
31 | 31 |
|
32 | 32 |
<property name="linker_flags32" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs32}"/>
|
33 | 33 |
<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}"/>
|
35 | 35 |
|
36 | 36 |
<condition property="build.32bit.only">
|
37 | 37 |
<not>
|
10 | 10 |
|
11 | 11 |
# NOTE: jutils is explicitly included here (without a depends in our control
|
12 | 12 |
# 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.
|
13 | 15 |
export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
|
14 | 16 |
|
15 | 17 |
%:
|