1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 23:27:09 +00:00
termux-packages/packages/codecrypt/autogen.sh.patch
Leonid Pliushch 47df9e73c1 move some packages from unstable repo
* algernon
* apg
* aptly
* arj
* codecrypt
* crunch
* cryptopp
* diskus
* google-glog
* hexyl
* jp2a
* libgfshare
* libmcrypt
* libmhash
* libmicrohttpd
* libnftnl
* libsigsegv
* lua-lpeg
* morse2ascii
* seccure
* secure-delete
* ssss
* steghide
* taglib
* unicorn
* vegeta
* vis
* wren
* wuzz
* zsync
2019-09-08 16:44:36 +03:00

17 lines
518 B
Diff

diff -uNr codecrypt-1.8/autogen.sh codecrypt-1.8.mod/autogen.sh
--- codecrypt-1.8/autogen.sh 2017-10-31 22:42:06.000000000 +0200
+++ codecrypt-1.8.mod/autogen.sh 2019-04-25 01:43:13.982529470 +0300
@@ -3,10 +3,10 @@
# simple autogen script that generates basic layout for autotools.
NAME="ccr"
-COMMON_CPPFLAGS="-I/usr/local/include"
+COMMON_CPPFLAGS=""
COMMON_CFLAGS="-Wall"
COMMON_CXXFLAGS="${COMMON_CFLAGS} -std=c++11"
-COMMON_LDFLAGS="-L/usr/local/lib"
+COMMON_LDFLAGS=""
COMMON_LDADD=""
OUT=Makefile.am