mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 21:30:52 +00:00
16 lines
274 B
Diff
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
|