From 4e534904db0c25e63bf0601f4f457078b6115e85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Tue, 17 Feb 2015 01:51:11 +0100 Subject: [PATCH] UPD: stabelize native build --- natives/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/natives/Makefile b/natives/Makefile index 19ffac44..3fbf922b 100644 --- a/natives/Makefile +++ b/natives/Makefile @@ -1,10 +1,10 @@ JAVA_HOME=/usr/lib/jvm/default-java SYSTEM= $(shell uname | awk '{print tolower($$0)}') -JAVAH?=javah -CC?=gcc -CFLAGS?=-O3 -g -flto -Wall -Werror -Wextra -pedantic -fPIC +JAVAH=javah +CC=gcc +CFLAGS=-O3 -g -flto -Wall -Werror -Wextra -pedantic -fPIC CFLAGS+=-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/$(SYSTEM) -LDFLAGS?=-shared +LDFLAGS=-shared all: libsetuid.so -- 2.39.2