Skip to content

Commit

Permalink
change build to work on Kali 2020.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterpotter committed Feb 25, 2020
1 parent 87fda59 commit 2821223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
LIBDIR=/usr/lib

install:
gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so
#gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so
#gcc -Wall -I/usr/include/mariadb/server -I/usr/include/mariadb/ -I/usr/include/mariadb/server/private -I. -shared lib_mysqludf_sys.c -o lib_mysqludf_sys.so
gcc -Wall -I/usr/include/mysql/server -I/usr/include/mysql -I/usr/include/mysql/server/private -I. -shared lib_mysqludf_sys.c -o lib_mysqludf_sys.so
Binary file modified lib_mysqludf_sys.so
Binary file not shown.

0 comments on commit 2821223

Please sign in to comment.