Files
termux-packages/packages/chntpw/0001-fix-makefile.patch
2025-10-23 03:19:53 +00:00

16 lines
274 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,10 @@
OSSLPATH=/usr
OSSLINC=$(OSSLPATH)/include
-CC=gcc
+CC?=gcc
# Force 32 bit
-CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall -m32
+CFLAGS= -g -I. -Wall
OSSLLIB=$(OSSLPATH)/lib
# 64 bit if default for compiler setup