Package: jffi / 1.3.13+ds-1

remove-unnecessary-target-for-native-build.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Miguel Landaeta <nomadium@debian.org>
Date: Tue, 25 Oct 2022 21:38:20 -0400
Subject: Remove unnecessary target for native build

Forwarded: no
Last-Update: 2015-08-15
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index e48c520..b163384 100644
--- a/build.xml
+++ b/build.xml
@@ -20,7 +20,7 @@
 
   <target name="jar" depends="-init,-pre-jar,-do-jar,-post-jar"/>
 
-  <target name="build-native" depends="-init, -build-platform-jar, -assemble-final-jar"/>
+  <target name="build-native" depends="-init, -build-platform-jar"/>
 
   <target name="-pre-init">
     <property name="run.jvmargs" value="-Djffi.library.path=build/jni -Djffi.boot.library.path=build/jni"/>