Skip to content

Commit

Permalink
ldconfig alone is probably better
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed May 31, 2017
1 parent 858a089 commit f266ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CC=gcc
CFLAGS=-c -fPIC -Wall -D_REENTRANT -I$(PREFIX)/include -I$(LIBORCANIA_LOCATION) -I$(LIBYDER_LOCATION) $(ADDITIONALFLAGS) $(JANSSONFLAG) $(CURLFLAG) $(WEBSOCKETFLAG)
LIBS=-L$(PREFIX)/lib -L$(LIBORCANIA_LOCATION) -L$(LIBYDER_LOCATION) -lc -lmicrohttpd -lyder -lorcania -lpthread
OUTPUT=libulfius.so
VERSION=2.0
VERSION=2.1

ifneq (($(JANSSONFLAG)),"")
LJANSSON=-ljansson
Expand Down Expand Up @@ -70,7 +70,7 @@ clean:
install: all
cp $(OUTPUT).$(VERSION) $(PREFIX)/lib
cp ulfius.h $(PREFIX)/include
ldconfig -r $(PREFIX)
ldconfig

uninstall:
rm -f $(PREFIX)/lib/$(OUTPUT)
Expand Down

0 comments on commit f266ead

Please sign in to comment.