Codebase list crossguid / 6b20159
Use CPPFLAGS during build Balint Reczey 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66
77 override_dh_auto_build:
88 $(CXX) -shared -fPIC -Wall -std=c++11 -Wl,-soname,libcrossguid.so.0 -DGUID_LIBUUID \
9 -I/usr/include/uuid guid.cpp -o libcrossguid.so.0.0.1 $(CXXFLAGS) -luuid \
9 -I/usr/include/uuid guid.cpp -o libcrossguid.so.0.0.1 $(CPPFLAGS) $(CXXFLAGS) -luuid \
1010 $(LDFLAGS)
1111 ar x /usr/lib/$(DEB_HOST_MULTIARCH)/libuuid.a
1212 ar cr libcrossguid.a *.o