This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository libnative-platform-java.

commit 3f267a717791d457e512a693c3a93ed42e5409ac
Author: Kai-Chung Yan <[email protected]>
Date:   Wed Jun 10 00:01:59 2015 +0800

    Fix Symbol Lookup Error on libnative-platform-curses.so
---
 debian/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/Makefile b/debian/Makefile
index 157d933..595649e 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -42,7 +42,7 @@ $(ODIR)/libnative-platform.so: $(OBJ_STD)
        $(STRIP) $@
 
 $(ODIR)/libnative-platform-curses.so: $(OBJ_CURSES)
-       $(CXX) $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -lcurses -shared 
-fPIC -o $@ $^
+       $(CXX) $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -shared -fPIC -o $@ 
$^ -lcurses
        $(STRIP) $@
 
 $(JCLASSESDIR)/%.class: $(JAVA_SRC_FILEPATHS)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libnative-platform-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to