]> git.pld-linux.org Git - packages/chntpw.git/blob - makefile.patch
patch Makefile for our optflags
[packages/chntpw.git] / makefile.patch
1 --- chntpw-140201/Makefile~     2014-02-01 17:54:38.000000000 +0200
2 +++ chntpw-140201/Makefile      2018-09-11 10:47:54.492622319 +0300
3 @@ -13,8 +13,8 @@
4  CC=gcc
5  
6  # Force 32 bit
7 -CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall -m32 
8 -OSSLLIB=$(OSSLPATH)/lib
9 +CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall $(OPTFLAGS)
10 +#OSSLLIB=$(OSSLPATH)/lib
11  
12  # 64 bit if default for compiler setup
13  #CFLAGS= -DUSEOPENSSL -g -I. -I$(OSSLINC) -Wall
14 @@ -23,8 +23,7 @@
15  
16  # This is to link with whatever we have, SSL crypto lib we put in static
17  #LIBS=-L$(OSSLLIB) $(OSSLLIB)/libcrypto.a
18 -LIBS=-L$(OSSLLIB)
19 -
20 +#LIBS=-L$(OSSLLIB)
21  
22  all: chntpw chntpw.static cpnt reged reged.static samusrgrp samusrgrp.static sampasswd sampasswd.static
23  
This page took 0.233035 seconds and 3 git commands to generate.