Lines 18-23
Link Here
|
18 |
-e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ |
18 |
-e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ |
19 |
-e "s/-O3/${CFLAGS}/" \ |
19 |
-e "s/-O3/${CFLAGS}/" \ |
20 |
-e "s:prefix=/usr/local:prefix=/usr:" \ |
20 |
-e "s:prefix=/usr/local:prefix=/usr:" \ |
|
|
21 |
-e "s/OBJSDLL = /OBJSDLL = -lz -lm /" \ |
21 |
scripts/makefile.linux > Makefile |
22 |
scripts/makefile.linux > Makefile |
22 |
|
23 |
|
23 |
emake || die |
24 |
emake || die |