Skip to content

Commit

Permalink
rules
Browse files Browse the repository at this point in the history
Fix the liblibavahi.so problem in debian package
( Problem to compile a deb package of aseba aseba-community#885 )
  • Loading branch information
CyrilleBiot authored and stephanemagnenat committed Oct 21, 2018
1 parent 4c8a04d commit de30ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*/

build:
mkdir -p debian/build
cd debian/build && cmake -D USER_BUILD_VERSION=${DEBVERS} -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=../tmp/usr ../..
cd debian/build && cmake -D USER_BUILD_VERSION=${DEBVERS} -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=../tmp/usr ../.. -DBUILD_SHARED_LIBS=OFF
cd debian/build && $(MAKE)

clean:
Expand Down

0 comments on commit de30ede

Please sign in to comment.