Skip to content

Commit

Permalink
link to -lresolv everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 14, 2023
1 parent 5b04f9b commit a929fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r/adbcflightsql/configure
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi

# On OSX we need -framework Security because of some dependency somewhere
if [ `uname` = "Darwin" ]; then
PKG_LIBS="-framework Security -lresolv $PKG_LIBS"
PKG_LIBS="-framework Security $PKG_LIBS"
fi

PKG_LIBS="$PKG_LIBS $SYMBOL_ARGS"
Expand Down
2 changes: 1 addition & 1 deletion r/adbcflightsql/src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

PKG_CPPFLAGS=-I$(CURDIR)/src -DADBC_EXPORT=""
PKG_LIBS=-L$(CURDIR)/go -ladbc_driver_flightsql @libs@
PKG_LIBS=-L$(CURDIR)/go -ladbc_driver_flightsql -lresolv @libs@

CGO_CC = @cc@
CGO_CXX = @cxx@
Expand Down

0 comments on commit a929fc3

Please sign in to comment.