Skip to content

Commit

Permalink
[2.7-beta2-geoip] ddpbsd-src Makefile updated regarding setgeoip -L a…
Browse files Browse the repository at this point in the history
…nd -I flags
  • Loading branch information
jbcheng committed Oct 31, 2012
1 parent 8f67b42 commit 8756e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LOCATION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIR="/var/ossec"
DIR="/var/ossec27rc1f"
CC=gcc
GCC=gcc
CLANG=clang
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setprelude:
@echo "CPRELUDE=-DPRELUDE -lprelude `libprelude-config --pthread-cflags` `libprelude-config --libs`" >> ./Config.OS

setgeoip:
@echo "CGEOIP=-DGEOIP -lGeoIP" >> ./Config.OS
@echo "CGEOIP=-DGEOIP -I/usr/local/include -L/usr/local/lib -lGeoIP" >> ./Config.OS

setdb:
@cd ./os_dbd; echo "CDB=`./dbmake.sh`" >> ../Config.OS;
Expand Down

0 comments on commit 8756e90

Please sign in to comment.