Skip to content
Snippets Groups Projects
Commit 43529205 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

main/p7zip: fix checksum

parent 968e7b21
No related branches found
No related tags found
No related merge requests found
--- a/makefile.machine 2009-05-29 07:24:22.000000000 +0000
+++ b/makefile.machine 2009-05-29 07:25:22.000000000 +0000
--- a/makefile.machine.orig
+++ b/makefile.machine
@@ -2,6 +2,8 @@
# makefile for Linux (x86, PPC, alpha ...)
#
......@@ -8,13 +8,13 @@
+CC ?= gcc
OPTFLAGS=-O
ALLFLAGS=${OPTFLAGS} -s \
@@ -9,8 +11,8 @@
-DNDEBUG -D_REENTRANT -DENV_UNIX \
ALLFLAGS=${OPTFLAGS} -pipe -s \
@@ -10,8 +12,8 @@
-D_7ZIP_LARGE_PAGES \
$(LOCAL_FLAGS)
-CXX=g++ $(ALLFLAGS)
-CC=gcc $(ALLFLAGS)
-CXX=g++
-CC=gcc
+CXX += $(ALLFLAGS)
+CC += $(ALLFLAGS)
CC_SHARED=-fPIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment