Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swt-gtk
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
swt-gtk
Commits
f93adaf8
Commit
f93adaf8
authored
7 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the build failure with Java 9 (Closes: #893420)
parent
1f384093
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/Makefile
+1
-1
1 addition, 1 deletion
debian/Makefile
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/patches/common/java9-compatibility.patch
+11
-0
11 additions, 0 deletions
debian/patches/common/java9-compatibility.patch
with
13 additions
and
1 deletion
debian/Makefile
+
1
−
1
View file @
f93adaf8
...
...
@@ -3,7 +3,7 @@ JAVA=swt-gtk-$(RELEASE).jar
CLEANFILES
=
*
.files
*
.jar
*
-stamp
JAR
=
fastjar
JAVAC
=
javac
-classpath
.
-source
1.
5
-target
1.
5
JAVAC
=
javac
-classpath
.
-source
1.
8
-target
1.
8
RM
=
rm
-f
all
:
$(JAVA)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
1
−
0
View file @
f93adaf8
swt-gtk (3.8.2-5) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Java 9 (Closes: #893420)
* Standards-Version updated to 4.1.3
* Use secure Vcs-* URLs
...
...
This diff is collapsed.
Click to expand it.
debian/patches/common/java9-compatibility.patch
0 → 100644
+
11
−
0
View file @
f93adaf8
--- a/make_linux.mak
+++ b/make_linux.mak
@@ -53,7 +53,7 @@
CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc
AWT_LFLAGS = -shared ${SWT_LFLAGS}
-AWT_LIBS = -L$(AWT_LIB_PATH) -ljawt
+AWT_LIBS = -L$(AWT_LIB_PATH) -L/usr/lib/jvm/default-java/lib/ -ljawt
ATKCFLAGS = `pkg-config --cflags atk gtk+-2.0`
ATKLIBS = `pkg-config --libs-only-L atk gtk+-2.0` -latk-1.0 -lgtk-x11-2.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment