bc59701678
Makes unshield work properly on amd64 and probably other 64bit archs.
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.2 2006/10/18 13:47:36 jsg Exp $
|
|
--- lib/Makefile.in.orig Sat Jul 9 00:55:34 2005
|
|
+++ lib/Makefile.in Wed Oct 18 23:26:57 2006
|
|
@@ -138,7 +138,7 @@ target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-AM_CFLAGS = -g -ansi -Wall -Wsign-compare -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
|
|
+AM_CFLAGS = -ansi -Wall -Wsign-compare -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
|
|
|
|
lib_LTLIBRARIES = libunshield.la
|
|
|
|
@@ -155,11 +155,10 @@ libunshield_la_SOURCES = \
|
|
|
|
|
|
libunshield_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
|
-libunshield_la_LIBADD = md5/libmd5.la
|
|
|
|
include_HEADERS = libunshield.h
|
|
|
|
-SUBDIRS = md5 .
|
|
+SUBDIRS = .
|
|
subdir = lib
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
@@ -167,7 +166,6 @@ CONFIG_HEADER = unshield_config.h
|
|
CONFIG_CLEAN_FILES =
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
-libunshield_la_DEPENDENCIES = md5/libmd5.la
|
|
am_libunshield_la_OBJECTS = bswap.lo component.lo directory.lo file.lo \
|
|
file_group.lo helper.lo libunshield.lo log.lo
|
|
libunshield_la_OBJECTS = $(am_libunshield_la_OBJECTS)
|