| author | Chris McGee | 2012-11-09 14:38:59 (EST) |
|---|---|---|
| committer | John Arthorne | 2012-11-09 14:38:59 (EST) |
| commit | 85aea91d03c9f32d7170796112fba1f9e8502a33 (patch) (side-by-side diff) | |
| tree | 677eda4baeb9ac07ea78cf8ec8796d90a92b36c0 | |
| parent | e26c7dee097a4a40d3dcb5936fb95ea26b48fa0c (diff) | |
| download | eclipse.platform.resources-85aea91d03c9f32d7170796112fba1f9e8502a33.zip eclipse.platform.resources-85aea91d03c9f32d7170796112fba1f9e8502a33.tar.gz eclipse.platform.resources-85aea91d03c9f32d7170796112fba1f9e8502a33.tar.bz2 | |
Bug 393786 - HP-UX core filesystem library throws UnsatisfiedLinkErrorsv20121109-193859
and doesn't let me check the permissions in the file properties dialog
| -rwxr-xr-x | bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak b/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak index 015ab88..ce9d00c 100755 --- a/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak +++ b/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak @@ -1,5 +1,5 @@ #********************************************************************** -# Copyright (c) 2000, 2007 Hewlett-Packard Development Company and others. +# Copyright (c) 2000, 2012 Hewlett-Packard Development Company and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,18 +7,18 @@ #********************************************************************** # Contributors: # Hewlett-Packard Development Company - added "-Iinclude" and "*.so" +# IBM - Ongoing development #********************************************************************** -# makefile for ia64_32 liblocalfile.so +# makefile for ia64_32 libunixfile.so -CORE.C = ../localfile.c -CORE.O = localfile.o -LIB_NAME = liblocalfile.so -LIB_NAME_FULL = liblocalfile_1_0_0.so +CORE.C = ../unixfile.c +CORE.O = unixfile.o +LIB_NAME_FULL = libunixfile_1_0_0.so core : - cc +z -c +O3 +DD32 +DSblended -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Iinclude -I$(JDK_INCLUDE)/hp-ux -I$(JDK_INCLUDE) $(CORE.C) -o $(CORE.O) - ld -b -o $(LIB_NAME_FULL) $(CORE.O) -lc + cc -mt +z -c -D_LARGEFILE64_SOURCE -I$(JAVA_HOME)/include/hp-ux -I$(JAVA_HOME)/include $(CORE.C) -o $(CORE.O) + ld -b -o $(LIB_NAME_FULL) $(CORE.O) clean : rm *.o *.so |

